summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-08-17 21:07:01 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-08-22 16:52:02 +0300
commitcb3b2997ea14d550b7c5e898b07d438fec8b078a (patch)
treef1d66da7faff8dae4ce6ea9504906652187b9dbb
parent3ef272e389a24147537b315d83d62b3cc4ea5487 (diff)
downloadqtlocation-mapboxgl-cb3b2997ea14d550b7c5e898b07d438fec8b078a.tar.gz
[tests] Include what we use
-rw-r--r--test/api/custom_layer.cpp1
-rw-r--r--test/gl/object.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/api/custom_layer.cpp b/test/api/custom_layer.cpp
index 90c94aaea4..0efd7129e0 100644
--- a/test/api/custom_layer.cpp
+++ b/test/api/custom_layer.cpp
@@ -1,6 +1,7 @@
#include <mbgl/test/util.hpp>
#include <mbgl/test/stub_file_source.hpp>
+#include <mbgl/gl/gl.hpp>
#include <mbgl/map/map.hpp>
#include <mbgl/platform/default/headless_display.hpp>
#include <mbgl/platform/default/headless_view.hpp>
diff --git a/test/gl/object.cpp b/test/gl/object.cpp
index 1506c33956..5733a15e4f 100644
--- a/test/gl/object.cpp
+++ b/test/gl/object.cpp
@@ -3,6 +3,7 @@
#include <mbgl/platform/default/headless_display.hpp>
#include <mbgl/platform/default/headless_view.hpp>
+#include <mbgl/gl/gl.hpp>
#include <mbgl/gl/gl_helper.hpp>
#include <mbgl/gl/gl_config.hpp>
#include <mbgl/gl/object_store.hpp>