summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/value.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2019-03-05 16:48:11 +0100
committerKonstantin Käfer <mail@kkaefer.com>2019-03-06 16:12:51 +0100
commit458bb6551009dae199fa57df8461f0b1878d7d06 (patch)
treefeb51c32fad81f78c07c22a34d80ade2d8e76afb /src/mbgl/gl/value.cpp
parent3a57aa65d75af0d71bda9c1bde8fe8118ce7c7d1 (diff)
downloadqtlocation-mapboxgl-458bb6551009dae199fa57df8461f0b1878d7d06.tar.gz
[core] rename gl/*_buffer.hpp to gl/*_buffer_resource.hpp
Diffstat (limited to 'src/mbgl/gl/value.cpp')
-rw-r--r--src/mbgl/gl/value.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/gl/value.cpp b/src/mbgl/gl/value.cpp
index b205f0f358..8f5b53fcac 100644
--- a/src/mbgl/gl/value.cpp
+++ b/src/mbgl/gl/value.cpp
@@ -1,6 +1,6 @@
#include <mbgl/gl/value.hpp>
#include <mbgl/gl/context.hpp>
-#include <mbgl/gl/vertex_buffer.hpp>
+#include <mbgl/gl/vertex_buffer_resource.hpp>
#include <mbgl/gl/vertex_array_extension.hpp>
#include <mbgl/gl/enum.hpp>