summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree_node.h
diff options
context:
space:
mode:
authorfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-11-28 09:57:43 +0000
committerfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-11-28 09:57:43 +0000
commite9dd788438bff7289ddff1e0ade2de0f031a2f9b (patch)
tree09f21d3a81cea03e65ad5818d6c38b42032c0888 /src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree_node.h
parentaa6960f50b6a9e20e5361b4dc87ac03a33dab1fc (diff)
Bug fix
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneck_integration@1789 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: f2c3ef0dab1a0d80cfcf0018da83dd2b6b9a9ef1
Diffstat (limited to 'src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree_node.h')
-rw-r--r--src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree_node.h b/src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree_node.h
index 49b0c022..909ee260 100644
--- a/src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree_node.h
+++ b/src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree_node.h
@@ -21,7 +21,7 @@
#ifndef CGAL_KD_TREE_NODE_H
#define CGAL_KD_TREE_NODE_H
-#include "Splitters.h"
+#include "CGAL/Splitters.h"
#include <CGAL/Compact_container.h>
#include <boost/cstdint.hpp>