summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-07-06 13:45:52 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-07-17 09:19:02 -0700
commitf9fe0de806a29cae4e7a2071940949ebffaf3140 (patch)
tree441802f5a6475540ef4e5110d9d972e66f7148af
parenteed89fcf9d099266aa793375ad63493e880f8a80 (diff)
downloadqtlocation-mapboxgl-f9fe0de806a29cae4e7a2071940949ebffaf3140.tar.gz
[core] Include what you use
-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 {