mirror of https://github.com/CGAL/cgal
Missing standard header.
This commit is contained in:
parent
1e96f6e043
commit
c42caa17a4
|
|
@ -3,6 +3,7 @@
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
#include <CGAL/Interval_nt.h>
|
#include <CGAL/Interval_nt.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
typedef CGAL::Interval_nt_advanced NT_adv;
|
typedef CGAL::Interval_nt_advanced NT_adv;
|
||||||
typedef CGAL::Interval_nt<> NT;
|
typedef CGAL::Interval_nt<> NT;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue