diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-09 22:09:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-09 22:09:29 +0100 |
| commit | fcc0539dcedfd6428ecdc717444c7d9d8e30e697 (patch) | |
| tree | 5bb5ee77b278817022cbe9785666ef5b363ed733 | |
| parent | 65a0794b5e556a0776b572298e9924e7cc3278ea (diff) | |
Fix build on some GCCs.
| -rw-r--r-- | test/ssa_reader_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ssa_reader_test.cc b/test/ssa_reader_test.cc index c62505a..3c958f2 100644 --- a/test/ssa_reader_test.cc +++ b/test/ssa_reader_test.cc @@ -24,8 +24,10 @@ #include <boost/test/unit_test.hpp> #include <boost/filesystem.hpp> #include <cstdio> +#include <cmath> using std::list; +using std::fabs; BOOST_AUTO_TEST_CASE (ssa_reader_test) { |
