try to make gcc happier
diff --git a/tinyxml2.h b/tinyxml2.h
index 0c15ee8..227550a 100755
--- a/tinyxml2.h
+++ b/tinyxml2.h
@@ -30,7 +30,6 @@
 #   include <stdio.h>

 #   include <stdlib.h>

 #   include <string.h>

-#	include <stdint.h>

 #	if defined(__PS3__)

 #		include <stddef.h>

 #	endif

@@ -40,8 +39,8 @@
 #   include <cstdio>

 #   include <cstdlib>

 #   include <cstring>

-#	include <cstdint>

 #endif

+#include <stdint.h>

 

 /*

    TODO: intern strings instead of allocation.