diff options
Diffstat (limited to 'src/text/glyph.cpp')
-rw-r--r-- | src/text/glyph.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/text/glyph.cpp b/src/text/glyph.cpp index 32f7e7ccc3..7dea7246d7 100644 --- a/src/text/glyph.cpp +++ b/src/text/glyph.cpp @@ -1,6 +1,6 @@ -#include <llmr/text/glyph.hpp> +#include <mbgl/text/glyph.hpp> -namespace llmr { +namespace mbgl { // Note: this only works for the BMP // Note: we could use a binary lookup table to get averaged constant time lookups, however, |