summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-22 16:37:59 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-10-22 16:37:59 +0200
commit74387c54e35e0f8f6bf1dcc7b7b171a3ec6db212 (patch)
tree43cb3592ce2b2ef3778bc87cbb15a81ae6ada9b4 /src
parent20ea7ef104eab469cb88edab0d580b5b56e94560 (diff)
downloadqtlocation-mapboxgl-74387c54e35e0f8f6bf1dcc7b7b171a3ec6db212.tar.gz
add missing include header
Diffstat (limited to 'src')
-rw-r--r--src/storage/file_request_baton.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/storage/file_request_baton.cpp b/src/storage/file_request_baton.cpp
index aafed82d55..1b41a53706 100644
--- a/src/storage/file_request_baton.cpp
+++ b/src/storage/file_request_baton.cpp
@@ -2,6 +2,8 @@
#include <mbgl/storage/file_request.hpp>
#include <mbgl/storage/response.hpp>
+#include <limits>
+
namespace mbgl {
FileRequestBaton::FileRequestBaton(FileRequest *request_, const std::string &path, uv_loop_t *loop)