ports/textproc/tinyxml/patches/patch-tinyxml_h

12 lines
271 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- tinyxml.h.orig Thu Jan 3 09:41:25 2013
+++ tinyxml.h Thu Jan 3 09:41:37 2013
@@ -26,6 +26,8 @@ distribution.
#ifndef TINYXML_INCLUDED
#define TINYXML_INCLUDED
+#define TIXML_USE_STL
+
#ifdef _MSC_VER
#pragma warning( push )
#pragma warning( disable : 4530 )