Explorar o código

try to make gcc happier

Lee Thomason %!s(int64=9) %!d(string=hai) anos
pai
achega
1889c3e679
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      tinyxml2.h

+ 1 - 2
tinyxml2.h

@@ -30,7 +30,6 @@ distribution.
 #   include <stdio.h>
 #   include <stdlib.h>
 #   include <string.h>
-#	include <stdint.h>
 #	if defined(__PS3__)
 #		include <stddef.h>
 #	endif
@@ -40,8 +39,8 @@ distribution.
 #   include <cstdio>
 #   include <cstdlib>
 #   include <cstring>
-#	include <cstdint>
 #endif
+#include <stdint.h>
 
 /*
    TODO: intern strings instead of allocation.