summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h
index 433dad22..4c941023 100644
--- a/test/test.h
+++ b/test/test.h
@@ -17,6 +17,10 @@
*/
+namespace xmlpp {
+ class Element;
+}
+
extern boost::filesystem::path private_test;
extern void check_xml (xmlpp::Element* ref, xmlpp::Element* test, std::list<std::string> ignore);
extern void check_xml (std::string ref, std::string test, std::list<std::string> ignore);