From 8436f2a69b9331f8e99a52772e93ba0dbb68dafe Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Wed, 4 Apr 2018 07:53:16 -0700 Subject: tests: Fix PUGIXML_COMPACT build on some platforms We need bad_alloc that lives in , not . --- tests/test.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.hpp b/tests/test.hpp index de47cc8..dd14af6 100644 --- a/tests/test.hpp +++ b/tests/test.hpp @@ -6,7 +6,7 @@ #include #ifndef PUGIXML_NO_EXCEPTIONS -#include +#include #endif struct test_runner -- cgit v1.2.3