commit | 1889c3e67983a376e7688e9c283243a136f62bb6 | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Sat Jun 04 20:22:57 2016 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Sat Jun 04 20:22:57 2016 -0700 |
tree | 48a10aae03794eaa2e22dbbff233317a7f2abfe5 | |
parent | 51c12717976b1f464e700d0ae2e5470f17ff384b [diff] [blame] |
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.