mirror of https://github.com/CGAL/cgal
add missing include directive
This commit is contained in:
parent
6ac74caffb
commit
0b4f136d6d
|
|
@ -39,6 +39,8 @@
|
||||||
#include <CGAL/Surface_mesher/Profile_counter.h>
|
#include <CGAL/Surface_mesher/Profile_counter.h>
|
||||||
#include <CGAL/Surface_mesher/Profile_timer.h>
|
#include <CGAL/Surface_mesher/Profile_timer.h>
|
||||||
|
|
||||||
|
#include <CGAL/use.h>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
namespace Surface_mesher {
|
namespace Surface_mesher {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue