diff options
Diffstat (limited to 'tests/test_compact.cpp')
-rw-r--r-- | tests/test_compact.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_compact.cpp b/tests/test_compact.cpp index f5dc4ee..89bbfaa 100644 --- a/tests/test_compact.cpp +++ b/tests/test_compact.cpp @@ -1,5 +1,7 @@ #ifdef PUGIXML_COMPACT -#include "common.hpp" +#include "test.hpp" + +using namespace pugi; static void overflow_hash_table(xml_document& doc) { |