Fix build on some GCCs.
authorCarl Hetherington <cth@carlh.net>
Thu, 9 Jun 2016 21:09:29 +0000 (22:09 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 9 Jun 2016 21:09:29 +0000 (22:09 +0100)
test/ssa_reader_test.cc

index c62505af6ed61e773dd3dd3f3fb3ef99e27e4fb3..3c958f262b9bf6a1bc48dc4198cecb5dad882760 100644 (file)
 #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)
 {