summaryrefslogtreecommitdiff
path: root/src/style/property_fallback.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/style/property_fallback.cpp')
-rw-r--r--src/style/property_fallback.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style/property_fallback.cpp b/src/style/property_fallback.cpp
index 38eae89c51..949dc1a5cb 100644
--- a/src/style/property_fallback.cpp
+++ b/src/style/property_fallback.cpp
@@ -1,6 +1,6 @@
-#include <llmr/style/property_fallback.hpp>
+#include <mbgl/style/property_fallback.hpp>
-namespace llmr {
+namespace mbgl {
const std::map<PropertyKey, PropertyValue> PropertyFallbackValue::properties = {
{ PropertyKey::FillAntialias, true },