commit | a572db13cf4fa06ddde0de86d7015d278c351ce5 | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Sat Jun 04 19:16:24 2016 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Sat Jun 04 19:16:24 2016 -0700 |
tree | 5c8d5f8db4d95273047bd5597dde6dd70bb5cd8d | |
parent | 8553625730abec2467044b0bb2898b7c4f1114a3 [diff] [blame] |
ps3 support
diff --git a/tinyxml2.h b/tinyxml2.h index c6a1f87..0fe2cdd 100755 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -30,6 +30,9 @@ # include <stdio.h> # include <stdlib.h> # include <string.h> +# if defined(__PS3__) +# include <stddef.h> +# endif #else # include <cctype> # include <climits>