Skip to content

Commit

Permalink
[camera] Don't include deprecated floating_point_comparison.hpp header
Browse files Browse the repository at this point in the history
  • Loading branch information
p12tic committed Sep 8, 2022
1 parent 63712f2 commit 3582706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aliceVision/camera/distortion_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#define BOOST_TEST_MODULE distortion
#include <boost/test/unit_test.hpp>
#include <boost/test/floating_point_comparison.hpp>
#include <boost/test/tools/floating_point_comparison.hpp>
#include <aliceVision/unitTest.hpp>

using namespace aliceVision;
Expand Down

0 comments on commit 3582706

Please sign in to comment.