diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-13 04:55:04 -0500 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-13 04:55:34 -0500 |
| commit | 27780878701f85ad597addacd541f2e897719978 (patch) | |
| tree | 30d1cc18a1132b9c1178c0cede86a4029eb58446 | |
| parent | 890fb170eb4acb4af0e67d204b32b2d9fa1512c6 (diff) | |
Missing include.
| -rw-r--r-- | test/tests.cc | 1 |
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> |
