Lee Thomason 9 лет назад
Родитель
Сommit
a572db13cf
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      tinyxml2.h

+ 3 - 0
tinyxml2.h

@@ -30,6 +30,9 @@ distribution.
 #   include <stdio.h>
 #   include <stdlib.h>
 #   include <string.h>
+#	if defined(__PS3__)
+#		include <stddef.h>
+#	endif
 #else
 #   include <cctype>
 #   include <climits>