summaryrefslogtreecommitdiff
path: root/src/mbgl/style/expression/in.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/expression/in.cpp')
-rw-r--r--src/mbgl/style/expression/in.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mbgl/style/expression/in.cpp b/src/mbgl/style/expression/in.cpp
index f77a0b7f91..6413b03050 100644
--- a/src/mbgl/style/expression/in.cpp
+++ b/src/mbgl/style/expression/in.cpp
@@ -1,9 +1,10 @@
-#include <string.h>
#include <mbgl/style/conversion_impl.hpp>
#include <mbgl/style/expression/in.hpp>
#include <mbgl/style/expression/type.hpp>
#include <mbgl/util/string.hpp>
+#include <cstring>
+
namespace mbgl {
namespace style {
namespace expression {