rXml: use pugixml in header-only mode (#1665)

Fixes compilation in VS
This commit is contained in:
Danila Malyutin 2016-04-08 21:17:24 +03:00 committed by Raul Tambre
parent d846eac0f1
commit 6b5ee57718
3 changed files with 5 additions and 6 deletions

View file

@ -1,6 +1,10 @@
#pragma once
#include <pugixml.hpp>
#ifndef PUGIXML_HEADER_ONLY
#define PUGIXML_HEADER_ONLY 1
#endif // !PUGIXML_HEADER_ONLY
#include "pugixml.hpp"
#undef PUGIXML_HEADER_ONLY
struct rXmlNode
{