summaryrefslogtreecommitdiff
path: root/platform/node/src/node_request.hpp
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-10-07 09:52:29 +0300
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-01-13 10:57:23 +0200
commitc8024cf00d1fefb8d736e0cb155326264c48372a (patch)
tree3eb0726e0077e0b3cf4adf1e0b2f6371c913ce22 /platform/node/src/node_request.hpp
parent879c44f661c5eb762c93a721b657859a71aabfc7 (diff)
downloadqtlocation-mapboxgl-c8024cf00d1fefb8d736e0cb155326264c48372a.tar.gz
[node] Use new FileSourceManager interface
Diffstat (limited to 'platform/node/src/node_request.hpp')
-rw-r--r--platform/node/src/node_request.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/node/src/node_request.hpp b/platform/node/src/node_request.hpp
index 830d262b40..0621940bb1 100644
--- a/platform/node/src/node_request.hpp
+++ b/platform/node/src/node_request.hpp
@@ -6,8 +6,9 @@
#include <nan.h>
#pragma GCC diagnostic pop
-#include <mbgl/storage/resource.hpp>
#include <mbgl/storage/file_source.hpp>
+#include <mbgl/storage/resource.hpp>
+#include <mbgl/util/async_request.hpp>
namespace node_mbgl {