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)