From b311bfb752c925aab15d9e2148e179577e62afd8 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 17 Sep 2018 09:54:29 +0200 Subject: bug #1596: fix inclusion of Eigen's header within unsupported modules. --- unsupported/Eigen/BVH | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'unsupported/Eigen/BVH') diff --git a/unsupported/Eigen/BVH b/unsupported/Eigen/BVH index 0161a5402..666c9835f 100644 --- a/unsupported/Eigen/BVH +++ b/unsupported/Eigen/BVH @@ -10,9 +10,9 @@ #ifndef EIGEN_BVH_MODULE_H #define EIGEN_BVH_MODULE_H -#include -#include -#include +#include "../../Eigen/Core" +#include "../../Eigen/Geometry" +#include "../../Eigen/StdVector" #include #include -- cgit v1.2.3