We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0624e2f commit 1f959c7Copy full SHA for 1f959c7
src/Hermes/BasicPugiSerialization.h
@@ -3,7 +3,11 @@
3
#include <HermesStringView.hpp>
4
#include <HermesData.hpp>
5
6
-#include "pugixml/pugixml.hpp"
+#ifdef _WINDOWS
7
+# include "pugixml/pugixml.hpp"
8
+#else
9
+# include "pugixml.hpp"
10
+#endif
11
12
namespace Hermes
13
{
src/Hermes/Serializer.h
@@ -18,7 +18,11 @@ limitations under the License.
18
19
#include <HermesDataConversion.hpp>
20
21
22
23
24
25
26
27
#include <boost/variant.hpp>
28
0 commit comments