From b64ed754442b894f3914a4191798fbd2f2bc8cd9 Mon Sep 17 00:00:00 2001 From: Thomas Moenicke Date: Mon, 3 Feb 2020 19:10:57 +0200 Subject: [build] Adding a build flag to build without GL if needed (#16120) * [build] Adding a build flag to build without GL if needed * [build] Moving custom layer to mbgl/gl --- platform/qt/src/qmapboxgl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/qt') diff --git a/platform/qt/src/qmapboxgl.cpp b/platform/qt/src/qmapboxgl.cpp index fd72e8cf02..ab99173b2a 100644 --- a/platform/qt/src/qmapboxgl.cpp +++ b/platform/qt/src/qmapboxgl.cpp @@ -9,6 +9,7 @@ #include #include +#include #include #include #include @@ -28,7 +29,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.1