summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2006-12-11 14:00:37 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2006-12-11 14:00:37 +0000
commit79769db47c9413a39add063072abfab3b1f35c22 (patch)
tree7376cd3750d0c21f5c2cfc178616280198854092 /src/pugixml.hpp
parent9db5197f82781c685a8ea3f354c114216aa8519e (diff)
Now should compile on gcc without errors/warnings
git-svn-id: http://pugixml.googlecode.com/svn/trunk@20 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r--src/pugixml.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pugixml.hpp b/src/pugixml.hpp
index 009b10a..22e5c52 100644
--- a/src/pugixml.hpp
+++ b/src/pugixml.hpp
@@ -22,6 +22,9 @@
# include <istream>
#endif
+#include <cstddef>
+#include <cstring>
+
/// The PugiXML Parser namespace.
namespace pugi
{