diff options
Diffstat (limited to 'textproc/tinyxml/files')
-rw-r--r-- | textproc/tinyxml/files/patch-tinyxml.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/tinyxml/files/patch-tinyxml.h b/textproc/tinyxml/files/patch-tinyxml.h new file mode 100644 index 000000000000..60f57e4d83c7 --- /dev/null +++ b/textproc/tinyxml/files/patch-tinyxml.h @@ -0,0 +1,11 @@ +--- tinyxml.h.orig 2012-01-07 23:11:37.561366901 +0100 ++++ tinyxml.h 2012-01-07 23:11:58.085366340 +0100 +@@ -26,6 +26,8 @@ + #ifndef TINYXML_INCLUDED + #define TINYXML_INCLUDED + ++#define TIXML_USE_STL ++ + #ifdef _MSC_VER + #pragma warning( push ) + #pragma warning( disable : 4530 ) |