summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-13 04:55:04 -0500
committerCarl Hetherington <cth@carlh.net>2014-01-13 04:55:34 -0500
commit27780878701f85ad597addacd541f2e897719978 (patch)
tree30d1cc18a1132b9c1178c0cede86a4029eb58446
parent890fb170eb4acb4af0e67d204b32b2d9fa1512c6 (diff)
Missing include.
-rw-r--r--test/tests.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tests.cc b/test/tests.cc
index fc16031..77f13c6 100644
--- a/test/tests.cc
+++ b/test/tests.cc
@@ -17,6 +17,7 @@
*/
+#include <iostream>
#include <cmath>
#include <boost/filesystem.hpp>
#include <libxml++/libxml++.h>