Skip to content
Snippets Groups Projects
Commit 8436f2a6 authored by Arseny Kapoulkine's avatar Arseny Kapoulkine
Browse files

tests: Fix PUGIXML_COMPACT build on some platforms

We need bad_alloc that lives in <new>, not <exception>.
parent 474a4a3f
No related branches found
Tags v1.8.1
No related merge requests found
......@@ -6,7 +6,7 @@
#include <setjmp.h>
#ifndef PUGIXML_NO_EXCEPTIONS
#include <exception>
#include <new>
#endif
struct test_runner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment