mirror of https://github.com/CGAL/cgal
fix typo in include filename
This commit is contained in:
parent
fa470bb512
commit
66fd4df238
|
|
@ -22,7 +22,7 @@
|
||||||
#include <CGAL/Random.h>
|
#include <CGAL/Random.h>
|
||||||
|
|
||||||
#include <CGAL/spatial_sort.h>
|
#include <CGAL/spatial_sort.h>
|
||||||
#include <CGaL/Triangulation_2.h>
|
#include <CGAL/Triangulation_2.h>
|
||||||
#include <CGAL/squared_distance_3.h>
|
#include <CGAL/squared_distance_3.h>
|
||||||
#include <boost/type_traits.hpp>
|
#include <boost/type_traits.hpp>
|
||||||
#include <boost/type_traits/integral_constant.hpp>
|
#include <boost/type_traits/integral_constant.hpp>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue