summaryrefslogtreecommitdiff
path: root/tinyxml/tinyxml-use-stl.patch
blob: b368c6881fb85985fa50aaa2ae1c6d726230d2be (plain)
    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  
    7 +#define TIXML_USE_STL
    8 +
    9  #ifdef TIXML_USE_STL
   10  	#include <string>
   11   	#include <iostream>

Generated by cgit