Fix compilation error: "<CGAL\Dimension.h>"

This commit is contained in:
Laurent Rineau 2014-12-03 16:08:41 +01:00
parent 10249fb7f9
commit d20eb45039
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
#ifndef CGAL_KD_TREE_TRAITS_POINT_H
#define CGAL_KD_TREE_TRAITS_POINT_H
#include <CGAL\Dimension.h>
#include <CGAL/Dimension.h>
namespace CGAL {

View File

@ -21,7 +21,7 @@
#ifndef CGAL_SEARCH_TRAITS_2_H
#define CGAL_SEARCH_TRAITS_2_H
#include <CGAL\Dimension.h>
#include <CGAL/Dimension.h>
namespace CGAL {

View File

@ -21,7 +21,7 @@
#ifndef CGAL_SEARCH_TRAITS_3_H
#define CGAL_SEARCH_TRAITS_3_H
#include <CGAL\Dimension.h>
#include <CGAL/Dimension.h>
namespace CGAL {