summaryrefslogtreecommitdiff
path: root/src/renderer/frame_history.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/frame_history.cpp')
-rw-r--r--src/renderer/frame_history.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/renderer/frame_history.cpp b/src/renderer/frame_history.cpp
index e0f40df86a..6a11f0d4c6 100644
--- a/src/renderer/frame_history.cpp
+++ b/src/renderer/frame_history.cpp
@@ -1,6 +1,6 @@
-#include <llmr/renderer/frame_history.hpp>
+#include <mbgl/renderer/frame_history.hpp>
-using namespace llmr;
+using namespace mbgl;
// Record frame history that will be used to calculate fading params
void FrameHistory::record(timestamp now, float zoom) {