From 92a7f73bbe10f817d5c2d607ba07fc69b859593b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Ka=CC=88fer?= Date: Thu, 22 Jan 2015 07:02:14 -0800 Subject: fixes for linux --- include/mbgl/platform/default/headless_view.hpp | 1 + include/mbgl/storage/file_cache.hpp | 1 + 2 files changed, 2 insertions(+) (limited to 'include') diff --git a/include/mbgl/platform/default/headless_view.hpp b/include/mbgl/platform/default/headless_view.hpp index e29f529f3d..2fad430e6e 100644 --- a/include/mbgl/platform/default/headless_view.hpp +++ b/include/mbgl/platform/default/headless_view.hpp @@ -7,6 +7,7 @@ #define GL_GLEXT_PROTOTYPES #include #define MBGL_USE_GLX 1 +#undef Status #endif #include diff --git a/include/mbgl/storage/file_cache.hpp b/include/mbgl/storage/file_cache.hpp index 38a82cc237..97e75a5d85 100644 --- a/include/mbgl/storage/file_cache.hpp +++ b/include/mbgl/storage/file_cache.hpp @@ -4,6 +4,7 @@ #include #include +#include namespace mbgl { -- cgit v1.2.1