summaryrefslogtreecommitdiff
path: root/test/enums.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/enums.cpp')
-rw-r--r--test/enums.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/enums.cpp b/test/enums.cpp
index 3a5ddc9b05..e959994a57 100644
--- a/test/enums.cpp
+++ b/test/enums.cpp
@@ -3,9 +3,9 @@
#include <algorithm>
-#include <llmr/style/types.hpp>
+#include <mbgl/style/types.hpp>
-using namespace llmr;
+using namespace mbgl;
TEST(Enums, StyleLayerType) {
std::cerr << StyleLayerType::Raster;