From 95cef66e229f3ae346a66ea87f95a8a660c3108f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Mon, 14 Dec 2015 16:07:15 -0800 Subject: [core] change RapidJSON usage to use CrtAllocator and bump GeoJSON VT --- src/mbgl/style/value.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mbgl/style/value.hpp') diff --git a/src/mbgl/style/value.hpp b/src/mbgl/style/value.hpp index 0f3127e4f9..fd85ee36c4 100644 --- a/src/mbgl/style/value.hpp +++ b/src/mbgl/style/value.hpp @@ -2,7 +2,7 @@ #define MBGL_STYLE_VALUE #include -#include +#include #include #include @@ -13,7 +13,7 @@ typedef mapbox::util::variant Valu std::string toString(const Value &value); -Value parseValue(const rapidjson::Value&); +Value parseValue(const JSValue&); namespace util { inline bool parseNumericString(const std::string &str, double &result) { -- cgit v1.2.1