aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin/depends/tinyxml/enforce-use-stl.patch
blob: 0dfc5a744119e69f5ff0f45a2ad77aecd23aa048 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -Nur a/tinyxml-2.6.2/tinyxml.h b/tinyxml-2.6.2/tinyxml.h
--- a/tinyxml-2.6.2/include/tinyxml.h
+++ b/tinyxml-2.6.2/include/tinyxml.h
@@ -26,6 +26,10 @@
 #ifndef TINYXML_INCLUDED
 #define TINYXML_INCLUDED
 
+#ifndef TIXML_USE_STL
+	#define TIXML_USE_STL
+#endif
+
 #ifdef _MSC_VER
 #pragma warning( push )
 #pragma warning( disable : 4530 )