Skip to content

Commit

Permalink
tests: include <cmath> for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lmontaut committed Feb 8, 2024
1 parent 848bdf4 commit 8fb92b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/collision_node_asserts.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#define BOOST_TEST_MODULE FCL_COLLISION_NODE_ASSERT

#include <cmath>
#include <boost/test/included/unit_test.hpp>
#include <hpp/fcl/BVH/BVH_model.h>
#include <hpp/fcl/collision.h>
Expand Down
1 change: 1 addition & 0 deletions test/gjk_asserts.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#define BOOST_TEST_MODULE FCL_GJK_ASSERTS

#include <cmath>
#include <boost/test/included/unit_test.hpp>
#include <hpp/fcl/BVH/BVH_model.h>
#include <hpp/fcl/collision.h>
Expand Down

0 comments on commit 8fb92b8

Please sign in to comment.