diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-04-11 22:52:41 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-04-11 22:52:41 -0700 |
commit | 3da7d68617d196d76b56cff27ad565f64f87d476 (patch) | |
tree | 6b5f6f7995090f16404ebf8c49db7be3e69ded66 | |
parent | 4e004176bacb0160007102742ec62e79a9d958bb (diff) |
Fix Travis CI build.
-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>") { |