summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/include/gudhi/CGAL
diff options
context:
space:
mode:
authorfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-11-23 14:55:25 +0000
committerfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-11-23 14:55:25 +0000
commit6dd7403da12dff125e1dedacbc2ed0ec67e643ba (patch)
tree1177c04e0ce95e6f56dd4b075374b43ca1721ae6 /src/Bottleneck_distance/include/gudhi/CGAL
parente2e5701fd5e778863f5891b84531ccf1493e68c0 (diff)
Bottleneck.h
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneck_integration@1774 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 3b2f26c67ceb8a61f3efe3952f0618fff98465e4
Diffstat (limited to 'src/Bottleneck_distance/include/gudhi/CGAL')
-rw-r--r--src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree.h b/src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree.h
index 5b63b290..7b1676cf 100644
--- a/src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree.h
+++ b/src/Bottleneck_distance/include/gudhi/CGAL/Kd_tree.h
@@ -21,7 +21,7 @@
#ifndef CGAL_KD_TREE_H
#define CGAL_KD_TREE_H
-#include "CGAL/Kd_tree_node.h"
+#include "Kd_tree_node.h"
#include <CGAL/basic.h>
#include <CGAL/assertions.h>