From 6e12a6a2742c0529d5ef5444379398bd9f0f92d6 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Wed, 22 Nov 2006 09:09:10 +0000 Subject: Moved STL includes into header file git-svn-id: http://pugixml.googlecode.com/svn/trunk@9 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 0d722df..c8c91c2 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -14,6 +14,9 @@ #ifndef HEADER_PUGIXML_HPP #define HEADER_PUGIXML_HPP +#include +#include + /// The PugiXML Parser namespace. namespace pugi { -- cgit v1.2.3