summaryrefslogtreecommitdiffstats
path: root/abs/extra/tinyxml/tinyxml-2.5.3-stl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/tinyxml/tinyxml-2.5.3-stl.patch')
-rw-r--r--abs/extra/tinyxml/tinyxml-2.5.3-stl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/extra/tinyxml/tinyxml-2.5.3-stl.patch b/abs/extra/tinyxml/tinyxml-2.5.3-stl.patch
new file mode 100644
index 0000000..7bcde59
--- /dev/null
+++ b/abs/extra/tinyxml/tinyxml-2.5.3-stl.patch
@@ -0,0 +1,12 @@
+diff -up tinyxml/tinyxml.h~ tinyxml/tinyxml.h
+--- tinyxml/tinyxml.h~ 2007-11-30 22:39:36.000000000 +0100
++++ tinyxml/tinyxml.h 2007-11-30 22:39:36.000000000 +0100
+@@ -26,6 +26,8 @@ distribution.
+ #ifndef TINYXML_INCLUDED
+ #define TINYXML_INCLUDED
+
++#define TIXML_USE_STL 1
++
+ #ifdef _MSC_VER
+ #pragma warning( push )
+ #pragma warning( disable : 4530 )