summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/vertex_array_extension.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2019-02-27 16:41:48 +0100
committerKonstantin Käfer <mail@kkaefer.com>2019-03-01 09:33:37 +0100
commitc53cbe52461e3c1f6f4e1bb6383a6a2e3e5a2cae (patch)
treed4a2e81a7012ee1843900a52e8ddea1117dbaf23 /src/mbgl/gl/vertex_array_extension.hpp
parent95deab32ceadd2bca3912d866e76c6b0f1b931f4 (diff)
downloadqtlocation-mapboxgl-c53cbe52461e3c1f6f4e1bb6383a6a2e3e5a2cae.tar.gz
[core] include what you use
Diffstat (limited to 'src/mbgl/gl/vertex_array_extension.hpp')
-rw-r--r--src/mbgl/gl/vertex_array_extension.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/gl/vertex_array_extension.hpp b/src/mbgl/gl/vertex_array_extension.hpp
index 8c6abdc609..967d99af32 100644
--- a/src/mbgl/gl/vertex_array_extension.hpp
+++ b/src/mbgl/gl/vertex_array_extension.hpp
@@ -2,6 +2,7 @@
#include <mbgl/gl/extension.hpp>
#include <mbgl/gl/defines.hpp>
+#include <mbgl/platform/gl_functions.hpp>
namespace mbgl {
namespace gl {