diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2006-12-08 14:25:56 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2006-12-08 14:25:56 +0000 |
commit | 1ea53e16dd8d4f37092813e8da7839b96f599bc6 (patch) | |
tree | ba62f6b05154ffbef8ed29076213ad4144b739d7 /src/pugixml.hpp | |
parent | 2164a1ddb5c8880c1aa0b2efd6ba39fd7e86bd3a (diff) |
More NO_STL fixes
git-svn-id: http://pugixml.googlecode.com/svn/trunk@14 99668b35-9821-0410-8761-19e4c4f06640
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>
|