From 79769db47c9413a39add063072abfab3b1f35c22 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Mon, 11 Dec 2006 14:00:37 +0000 Subject: Now should compile on gcc without errors/warnings git-svn-id: http://pugixml.googlecode.com/svn/trunk@20 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pugixml.hpp') 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 #endif +#include +#include + /// The PugiXML Parser namespace. namespace pugi { -- cgit v1.2.3