mirror of https://github.com/CGAL/cgal
Fix protect macro name, it was clashing with another file.
This commit is contained in:
parent
6ff6fae273
commit
8ebd675cf9
|
|
@ -17,8 +17,8 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Laurent RINEAU
|
// Author(s) : Laurent RINEAU
|
||||||
|
|
||||||
#ifndef CGAL_POINT_WITH_SURFACE_INDEX_H
|
#ifndef CGAL_WEIGHTED_POINT_WITH_SURFACE_INDEX_H
|
||||||
#define CGAL_POINT_WITH_SURFACE_INDEX_H
|
#define CGAL_WEIGHTED_POINT_WITH_SURFACE_INDEX_H
|
||||||
|
|
||||||
#include <CGAL/Point_traits.h>
|
#include <CGAL/Point_traits.h>
|
||||||
#include <boost/static_assert.hpp>
|
#include <boost/static_assert.hpp>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue