[test] add missing include (fstream)

This commit is contained in:
Menelaos Karavelas
2014-04-10 09:07:42 +03:00
parent 193bca333b
commit fdc02a60fe

View File

@@ -14,6 +14,8 @@
#ifndef BOOST_GEOMETRY_TEST_TO_SVG_HPP
#define BOOST_GEOMETRY_TEST_TO_SVG_HPP
#include <fstream>
#include <boost/geometry/io/wkt/read.hpp>
#include <boost/geometry/io/svg/svg_mapper.hpp>
#include <boost/geometry/algorithms/detail/overlay/get_turns.hpp>