diff options
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r-- | src/pugixml.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 6f9bd6e..739caaa 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -14,6 +14,9 @@ #ifndef HEADER_PUGIXML_HPP
#define HEADER_PUGIXML_HPP
+// Uncomment this to disable STL
+// #define PUGIXML_NO_STL
+
#ifndef PUGIXML_NO_STL
# include <string>
# include <istream>
|