27 Oct
2014
27 Oct
'14
11:15 p.m.
commit 8eeff4738cd4d109529937c4e112f84105d676a1 Author: Thomas Penteker <tek@serverop.de> Date: Tue Oct 28 00:15:07 2014 +0100 tinyxml: import stl patch diff --git a/tinyxml/tinyxml-use-stl.patch b/tinyxml/tinyxml-use-stl.patch new file mode 100644 index 0000000..b368c68 --- /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>