add cmath include to fix call to std::abs() on clang compiler, reorder includes
This commit is contained in:
parent
f3bc1ed3a9
commit
472a567f42
@ -1,6 +1,8 @@
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include <osrm/coordinate.hpp>
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <cmath>
|
||||
|
||||
// Regression test for bug captured in #1347
|
||||
BOOST_AUTO_TEST_CASE(regression_test_1347)
|
||||
|
Loading…
Reference in New Issue
Block a user