summaryrefslogtreecommitdiff
path: root/tinyxml/tinyxml-use-stl.patch
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2017-05-22 12:46:18 -0500
committerMatt Housh <jaeger@crux.ninja>2017-05-22 12:46:18 -0500
commitec0fff0e58287899b2d52315b94949e6a7ef6f72 (patch)
tree3539b937550bc7d1cfc05607cfb84ba5bddea956 /tinyxml/tinyxml-use-stl.patch
parentcdf0ee5fb4afc8cff460507f2b7bd88aaa8c4c96 (diff)
downloadcontrib-ec0fff0e58287899b2d52315b94949e6a7ef6f72.tar.gz
contrib-ec0fff0e58287899b2d52315b94949e6a7ef6f72.tar.xz
tinyxml: adopted
Diffstat (limited to 'tinyxml/tinyxml-use-stl.patch')
-rw-r--r--tinyxml/tinyxml-use-stl.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/tinyxml/tinyxml-use-stl.patch b/tinyxml/tinyxml-use-stl.patch
new file mode 100644
index 000000000..b368c6881
--- /dev/null
+++ b/tinyxml/tinyxml-use-stl.patch
@@ -0,0 +1,11 @@
+--- tinyxml.h.orig 2013-03-17 22:25:59.051524653 -0500
++++ tinyxml.h 2013-03-17 22:26:27.319650497 -0500
+@@ -43,6 +43,8 @@
+ #define DEBUG
+ #endif
+
++#define TIXML_USE_STL
++
+ #ifdef TIXML_USE_STL
+ #include <string>
+ #include <iostream>

Generated by cgit