summaryrefslogtreecommitdiff
path: root/tests/test_write.cpp
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-04-11 22:52:41 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-04-11 22:52:41 -0700
commit3da7d68617d196d76b56cff27ad565f64f87d476 (patch)
tree6b5f6f7995090f16404ebf8c49db7be3e69ded66 /tests/test_write.cpp
parent4e004176bacb0160007102742ec62e79a9d958bb (diff)
Fix Travis CI build.
Diffstat (limited to 'tests/test_write.cpp')
-rw-r--r--tests/test_write.cpp1
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>")
{