summaryrefslogtreecommitdiff
path: root/src/style/class_dictionary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/style/class_dictionary.cpp')
-rw-r--r--src/style/class_dictionary.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style/class_dictionary.cpp b/src/style/class_dictionary.cpp
index a641295c6f..6e1eb5a879 100644
--- a/src/style/class_dictionary.cpp
+++ b/src/style/class_dictionary.cpp
@@ -1,6 +1,6 @@
-#include <llmr/style/class_dictionary.hpp>
+#include <mbgl/style/class_dictionary.hpp>
-namespace llmr {
+namespace mbgl {
ClassID ClassDictionary::Lookup(const std::string &class_name) {
auto it = store.find(class_name);