summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-09 22:09:29 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-09 22:09:29 +0100
commitfcc0539dcedfd6428ecdc717444c7d9d8e30e697 (patch)
tree5bb5ee77b278817022cbe9785666ef5b363ed733 /test
parent65a0794b5e556a0776b572298e9924e7cc3278ea (diff)
Fix build on some GCCs.
Diffstat (limited to 'test')
-rw-r--r--test/ssa_reader_test.cc2
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)
{