aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/BVH/KdBVH.h
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Eigen/src/BVH/KdBVH.h')
-rw-r--r--unsupported/Eigen/src/BVH/KdBVH.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h
index 028b4811e..a0f666090 100644
--- a/unsupported/Eigen/src/BVH/KdBVH.h
+++ b/unsupported/Eigen/src/BVH/KdBVH.h
@@ -25,6 +25,8 @@
#ifndef KDBVH_H_INCLUDED
#define KDBVH_H_INCLUDED
+namespace Eigen {
+
namespace internal {
//internal pair class for the BVH--used instead of std::pair because of alignment
@@ -230,4 +232,6 @@ private:
ObjectList objects;
};
+} // end namespace Eigen
+
#endif //KDBVH_H_INCLUDED