From fdc02a60fe047b79afc456bdb65e2984386999aa Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Thu, 10 Apr 2014 09:07:42 +0300 Subject: [PATCH] [test] add missing include (fstream) --- test/to_svg.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/to_svg.hpp b/test/to_svg.hpp index b6865b5b0..bc6f02ea2 100644 --- a/test/to_svg.hpp +++ b/test/to_svg.hpp @@ -14,6 +14,8 @@ #ifndef BOOST_GEOMETRY_TEST_TO_SVG_HPP #define BOOST_GEOMETRY_TEST_TO_SVG_HPP +#include + #include #include #include