contrib/tinyxml/tinyxml-use-stl.patch

12 lines
238 B
Diff
Raw Normal View History

2017-05-22 19:46:18 +02:00
--- 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>