mirror of https://github.com/CGAL/cgal
fix namespace issue
This commit is contained in:
parent
8ec61532ff
commit
ca7962443a
|
|
@ -1730,8 +1730,8 @@ protected:
|
|||
}
|
||||
};
|
||||
|
||||
#include <CGAL/Boolean_set_operations_2/Gps_on_surface_base_2_impl.h>
|
||||
|
||||
} //namespace CGAL
|
||||
|
||||
#include <CGAL/Boolean_set_operations_2/Gps_on_surface_base_2_impl.h>
|
||||
|
||||
#endif // CGAL_GPS_ON_SURFACE_BASE_2_H
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@
|
|||
#include <queue>
|
||||
#include <list>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
template <class Traits_, class TopTraits_, class ValidationPolicy>
|
||||
void Gps_on_surface_base_2<Traits_, TopTraits_,ValidationPolicy>::
|
||||
construct_polygon(Ccb_halfedge_const_circulator ccb, Polygon_2 & pgn,
|
||||
|
|
@ -787,4 +789,6 @@ template <class Traits_, class TopTraits_, class ValidationPolicy>
|
|||
return false;
|
||||
}
|
||||
|
||||
} // namespace CGAL
|
||||
|
||||
#endif // CGAL_GPS_UTILS_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue