Missing sstream include

This commit is contained in:
Philipp Möller 2012-12-18 10:59:47 +01:00
parent 7bb310767c
commit 1f1ff446a7
1 changed files with 1 additions and 0 deletions

View File

@ -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