Include boost version

This commit is contained in:
Tong Dong Qiu 2022-02-01 15:56:36 +01:00
parent cbcb5692a0
commit a514947b5a

View File

@ -21,6 +21,7 @@
#define BOOST_TEST_MODULE SolveTransposed3x3
#include <boost/test/unit_test.hpp>
#include <boost/version.hpp>
#if BOOST_VERSION / 100000 == 1 && BOOST_VERSION / 100 % 1000 < 71
#include <boost/test/floating_point_comparison.hpp>