mirror of https://github.com/CGAL/cgal
Add missing #include
This commit is contained in:
parent
fa8107b5a7
commit
b29e3f996f
|
|
@ -1,4 +1,9 @@
|
|||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <utility>
|
||||
#include <CGAL/functional.h>
|
||||
#include <CGAL/number_utils.h>
|
||||
#include <CGAL/enum.h>
|
||||
|
||||
namespace CGAL {
|
||||
template <class NT1, class NT2>
|
||||
|
|
|
|||
Loading…
Reference in New Issue