summaryrefslogtreecommitdiff
path: root/src/mbgl/gl
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-07-05 14:45:34 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-07-12 14:43:23 -0700
commit8fb212dbb3f43c51f75747629db5c39f44b0c28a (patch)
tree66cc70ae3b39585a5a40d48df37369234dbd4a44 /src/mbgl/gl
parentfbbc8f2d7ae461c1004a1bc69ff8451f4ca35fc1 (diff)
downloadqtlocation-mapboxgl-8fb212dbb3f43c51f75747629db5c39f44b0c28a.tar.gz
[core] Include what you use
Diffstat (limited to 'src/mbgl/gl')
-rw-r--r--src/mbgl/gl/program.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/gl/program.hpp b/src/mbgl/gl/program.hpp
index 583d53e4ec..ce2b5a335b 100644
--- a/src/mbgl/gl/program.hpp
+++ b/src/mbgl/gl/program.hpp
@@ -9,11 +9,11 @@
#include <mbgl/gl/uniform.hpp>
#include <mbgl/util/io.hpp>
+#include <mbgl/util/logging.hpp>
#include <mbgl/programs/binary_program.hpp>
#include <mbgl/programs/program_parameters.hpp>
#include <mbgl/shaders/shaders.hpp>
-
#include <string>
namespace mbgl {