From d486de1f4c44071617340a86d00eedfa2a3cfb35 Mon Sep 17 00:00:00 2001 From: Florent Lamiraux <florent@laas.fr> Date: Tue, 30 Jun 2015 11:41:22 +0200 Subject: [PATCH] Update test_fcl_bvh_models.cpp. --- test/test_fcl_bvh_models.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/test_fcl_bvh_models.cpp b/test/test_fcl_bvh_models.cpp index 397046f5..933d09a2 100644 --- a/test/test_fcl_bvh_models.cpp +++ b/test/test_fcl_bvh_models.cpp @@ -36,12 +36,12 @@ #define BOOST_TEST_MODULE "FCL_BVH_MODELS" -#include <boost/test/unit_test.hpp> +#include <boost/test/included/unit_test.hpp> -#include "fcl/config.h" -#include "fcl/BVH/BVH_model.h" -#include "fcl/math/transform.h" -#include "fcl/shape/geometric_shapes.h" +#include "hpp/fcl/config.h" +#include "hpp/fcl/BVH/BVH_model.h" +#include "hpp/fcl/math/transform.h" +#include "hpp/fcl/shape/geometric_shapes.h" #include "test_fcl_utility.h" #include <iostream> -- GitLab