summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation/sprite_parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/annotation/sprite_parser.hpp')
-rw-r--r--src/mbgl/annotation/sprite_parser.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mbgl/annotation/sprite_parser.hpp b/src/mbgl/annotation/sprite_parser.hpp
index d7e9953359..c5856ebbc7 100644
--- a/src/mbgl/annotation/sprite_parser.hpp
+++ b/src/mbgl/annotation/sprite_parser.hpp
@@ -1,9 +1,10 @@
#ifndef MBGL_ANNOTATIONS_SPRITE_PARSER
#define MBGL_ANNOTATIONS_SPRITE_PARSER
+#include <mapbox/variant.hpp>
+
#include <mbgl/util/noncopyable.hpp>
#include <mbgl/util/geo.hpp>
-#include <mbgl/util/variant.hpp>
#include <string>
#include <memory>