From b8765e195ae29bec377b8a32ef506f03ebdd72b8 Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Thu, 10 Apr 2014 08:46:20 +0300 Subject: [PATCH] [set ops] added missing include (fstream) --- test/algorithms/test_set_ops_pl_pl.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/algorithms/test_set_ops_pl_pl.hpp b/test/algorithms/test_set_ops_pl_pl.hpp index 7005444d1..7919b992e 100644 --- a/test/algorithms/test_set_ops_pl_pl.hpp +++ b/test/algorithms/test_set_ops_pl_pl.hpp @@ -19,6 +19,7 @@ namespace bg = ::boost::geometry; #include "to_svg.hpp" #include +#include #include #include