diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-09-25 21:35:04 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-09-27 11:24:07 +0200 |
commit | d878896276b37c2c502f30d0f2248cd3626daea8 (patch) | |
tree | d1c6b0b64fe4aebf281498a555f1a5b16b7b3824 /src/mbgl/util/http_timeout.cpp | |
parent | a06f4849bc58cbe21b001f1f15fd0828bde9b79b (diff) | |
download | qtlocation-mapboxgl-upstream/cmake-filesource.tar.gz |
[build] split out DefaultFileSource and dependents to a separate targetupstream/cmake-filesource
We don't want to link it into the node bindings, so keep it in a separate target
Diffstat (limited to 'src/mbgl/util/http_timeout.cpp')
-rw-r--r-- | src/mbgl/util/http_timeout.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mbgl/util/http_timeout.cpp b/src/mbgl/util/http_timeout.cpp index ca9a93498f..3456369250 100644 --- a/src/mbgl/util/http_timeout.cpp +++ b/src/mbgl/util/http_timeout.cpp @@ -1,6 +1,8 @@ #include <mbgl/util/http_timeout.hpp> #include <mbgl/util/constants.hpp> +#include <cassert> + namespace mbgl { namespace http { |