mirror of https://github.com/CGAL/cgal
Missing sstream include
This commit is contained in:
parent
7bb310767c
commit
1f1ff446a7
|
|
@ -4,6 +4,7 @@
|
|||
#include <CGAL/Largest_empty_iso_rectangle_2.h>
|
||||
#include <fstream>
|
||||
#include <cassert>
|
||||
#include <sstream>
|
||||
|
||||
#define MIN_X 0
|
||||
#define MIN_Y 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue