From 474a4a3f731c4a8e2e045cdf63e2fea01d0b6300 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Tue, 3 Apr 2018 21:56:09 -0700 Subject: tests: Fix PUGIXML_NO_XPATH,PUGIXML_COMPACT build pugixml.hpp wasn't including the header in this build but test code needed it. --- tests/test.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test.hpp b/tests/test.hpp index f88c909..de47cc8 100644 --- a/tests/test.hpp +++ b/tests/test.hpp @@ -5,6 +5,10 @@ #include +#ifndef PUGIXML_NO_EXCEPTIONS +#include +#endif + struct test_runner { test_runner(const char* name) -- cgit v1.2.3