From 71be9ab855a6f21113672bb0a2443166a2ef2d82 Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Wed, 14 May 2014 14:19:04 +0200 Subject: [PATCH] [test] added include for multi --- test/algorithms/from_wkt.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/algorithms/from_wkt.hpp b/test/algorithms/from_wkt.hpp index 5390db868..5c78afdea 100644 --- a/test/algorithms/from_wkt.hpp +++ b/test/algorithms/from_wkt.hpp @@ -14,6 +14,7 @@ #define BOOST_GEOMETRY_TEST_FROM_WKT_HPP #include +#include template inline Geometry from_wkt(std::string const& wkt)