resolved multiple #defines
This commit is contained in:
parent
d7fcefc848
commit
0065ccedeb
1 changed files with 3 additions and 0 deletions
|
@ -15,7 +15,10 @@
|
||||||
#include <boost/property_tree/detail/xml_parser_flags.hpp>
|
#include <boost/property_tree/detail/xml_parser_flags.hpp>
|
||||||
#include <boost/property_tree/detail/xml_parser_utils.hpp>
|
#include <boost/property_tree/detail/xml_parser_utils.hpp>
|
||||||
|
|
||||||
|
#ifndef TIXML_USE_STL
|
||||||
#define TIXML_USE_STL
|
#define TIXML_USE_STL
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <tinyxml.h>
|
#include <tinyxml.h>
|
||||||
|
|
||||||
namespace boost { namespace property_tree { namespace xml_parser
|
namespace boost { namespace property_tree { namespace xml_parser
|
||||||
|
|
Loading…
Reference in a new issue