tinyxml-use-stl.patch 238 B

123456789101112
  1. --- tinyxml.h.orig 2013-03-17 22:25:59.051524653 -0500
  2. +++ tinyxml.h 2013-03-17 22:26:27.319650497 -0500
  3. @@ -43,6 +43,8 @@
  4. #define DEBUG
  5. #endif
  6. +#define TIXML_USE_STL
  7. +
  8. #ifdef TIXML_USE_STL
  9. #include <string>
  10. #include <iostream>