Moved STL includes into header file
git-svn-id: http://pugixml.googlecode.com/svn/trunk@9 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
6c5afb3ae1
commit
6e12a6a274
@ -11,9 +11,6 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
#include "pugixml.hpp"
|
||||
|
||||
namespace pugi
|
||||
|
||||
@ -14,6 +14,9 @@
|
||||
#ifndef HEADER_PUGIXML_HPP
|
||||
#define HEADER_PUGIXML_HPP
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
/// The PugiXML Parser namespace.
|
||||
namespace pugi
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user