diff options
-rw-r--r-- | tests/test_write.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_write.cpp b/tests/test_write.cpp index 230d652..af4acf4 100644 --- a/tests/test_write.cpp +++ b/tests/test_write.cpp @@ -4,6 +4,7 @@ #include <string> #include <sstream> +#include <stdexcept> TEST_XML(write_simple, "<node attr='1'><child>text</child></node>") { |