mirror of https://github.com/CGAL/cgal
Fix compilation error: "<CGAL\Dimension.h>"
This commit is contained in:
parent
10249fb7f9
commit
d20eb45039
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue