summaryrefslogtreecommitdiff
path: root/test/storage/local_file_source.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/storage/local_file_source.test.cpp')
-rw-r--r--test/storage/local_file_source.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/storage/local_file_source.test.cpp b/test/storage/local_file_source.test.cpp
index 1b90e5bb1e..4d509e6c7d 100644
--- a/test/storage/local_file_source.test.cpp
+++ b/test/storage/local_file_source.test.cpp
@@ -3,7 +3,7 @@
#include <mbgl/util/run_loop.hpp>
#include <unistd.h>
-#include <limits.h>
+#include <climits>
#include <gtest/gtest.h>
namespace {