diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2020-08-13 16:43:42 +0200 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2020-08-13 16:45:38 +0200 |
commit | 49b3dc478d90a54c6b706fb1b2ff04033ba64f02 (patch) | |
tree | 69925f7f76d81cf8ceac63c943499829b80c6af8 /tests/test-matrix.cc | |
parent | 4a48dd2d5dacb9a0ba8fdc357d56eb13e20680c4 (diff) |
tests: Don't include deprecated Boost header files
Diffstat (limited to 'tests/test-matrix.cc')
-rw-r--r-- | tests/test-matrix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-matrix.cc b/tests/test-matrix.cc index dd8f761..895c668 100644 --- a/tests/test-matrix.cc +++ b/tests/test-matrix.cc @@ -1,6 +1,6 @@ #include <boost/test/unit_test.hpp> #include <boost/test/test_tools.hpp> -#include <boost/test/floating_point_comparison.hpp> +#include <boost/test/tools/floating_point_comparison.hpp> using namespace boost::unit_test; #include <cairomm/matrix.h> |