diff --git a/test/unit/core/expressions_test.cpp b/test/unit/core/expressions_test.cpp index a01c5bdea..6c2d1580a 100644 --- a/test/unit/core/expressions_test.cpp +++ b/test/unit/core/expressions_test.cpp @@ -9,7 +9,7 @@ #include #include -#include +#include namespace { @@ -57,7 +57,7 @@ std::string parse_and_dump(std::string const& str) TEST_CASE("expressions") { using namespace std::placeholders; - using properties_type = std::vector > ; + using properties_type = std::map; mapnik::transcoder tr("utf8"); properties_type prop = {{ "foo" , tr.transcode("bar") },