🔒 Repository is read-only – file editing is disabled.

recipes/utils/tinyxml/tinyxml-use-stl.patch main

11 linii Raw ← Powrót
1234567891011
--- 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>