add cmath include to fix call to std::abs() on clang compiler, reorder includes

This commit is contained in:
Dennis Luxen 2015-01-16 17:23:29 +01:00
parent f3bc1ed3a9
commit 472a567f42

View File

@ -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)