contrib/tinyxml/tinyxml-use-stl.patch
2014-10-28 00:15:07 +01:00

12 lines
238 B
Diff

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