commit | ee87c620c8b2f6a335eafbf77dfd5077a89eeb2f | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Mon May 14 09:27:47 2012 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Mon May 14 09:27:47 2012 -0700 |
tree | 95fd5c920c32f114d2170dfe1f965a5a3b729f51 | |
parent | e638a925b2b9290a9d6f975634ebcb3570815f73 [diff] [blame] |
possible missing header
diff --git a/tinyxml2.cpp b/tinyxml2.cpp index 793a99f..80dfc5c 100644 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp
@@ -23,18 +23,10 @@ #include "tinyxml2.h" -#if 1 - #include <cstdio> - #include <cstdlib> - #include <new> -#else - #include <string.h> - #include <stdlib.h> - #include <stdio.h> - #include <ctype.h> - #include <new> - #include <stdarg.h> -#endif +#include <cstdio> +#include <cstdlib> +#include <new> +#include <cstddef> using namespace tinyxml2;