#include <CGAL/Constrained_triangulation_face_base_2.h>
The second template parameter has to be a model of the concept TriangulationFaceBase_2. Its default is CGAL::Triangulation_face_base_2<Traits>
The member functions cw(int i), ccw(int i) and reorient are overloaded to update information about constrained edges.