tinyxml: import stl patch

This commit is contained in:
Thomas Penteker 2014-10-28 00:15:07 +01:00
parent e2af483fe9
commit 8eeff4738c

View File

@ -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>