aboutsummaryrefslogtreecommitdiffstats
path: root/games/criticalmass/files/patch-tinyxml__tinyxmlparser.cpp
blob: 754eadf800819dafdc75ea9b5efdf233357c8703 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- tinyxml/tinyxmlparser.cpp.orig
+++ tinyxml/tinyxmlparser.cpp
@@ -23,7 +23,8 @@
 
 
 #include "tinyxml.h"
-#include <ctype.h>
+#include <cctype>
+#include <cstring>
 
 const char* TiXmlBase::SkipWhiteSpace( const char* p )
 {