summaryrefslogtreecommitdiff
path: root/src/common/include/gudhi_patches
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-07 14:09:55 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-07 14:09:55 +0000
commit4fc6491ae2ee7e02950bf4dc8c027210fb127f76 (patch)
tree2826f5a8bed74fc8745033a5573c9d3e544fc348 /src/common/include/gudhi_patches
parentb1244c0df8105b0d52de797ad4d6ec3d56449d0b (diff)
Fix user version for patches
Bad include type in CGAL/Orthogonal_incremental_neighbor_search.h git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@1935 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 1fc3888dd7af8624d3b501b32b76194215e0b7cf
Diffstat (limited to 'src/common/include/gudhi_patches')
-rw-r--r--src/common/include/gudhi_patches/CGAL/Orthogonal_incremental_neighbor_search.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/include/gudhi_patches/CGAL/Orthogonal_incremental_neighbor_search.h b/src/common/include/gudhi_patches/CGAL/Orthogonal_incremental_neighbor_search.h
index dbe707ed..e29ce14f 100644
--- a/src/common/include/gudhi_patches/CGAL/Orthogonal_incremental_neighbor_search.h
+++ b/src/common/include/gudhi_patches/CGAL/Orthogonal_incremental_neighbor_search.h
@@ -21,8 +21,7 @@
#ifndef CGAL_ORTHOGONAL_INCREMENTAL_NEIGHBOR_SEARCH
#define CGAL_ORTHOGONAL_INCREMENTAL_NEIGHBOR_SEARCH
-#include "CGAL/Kd_tree.h"
-
+#include <CGAL/Kd_tree.h>
#include <cstring>
#include <list>
#include <queue>