summaryrefslogtreecommitdiff
path: root/platform/macos/src
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-11-22 11:44:05 +0100
committerKonstantin Käfer <mail@kkaefer.com>2016-11-22 20:58:51 +0100
commita71868fc8d68fec0b34988d90ef1165c0c87d1db (patch)
tree214a342fbc9dfafda5998fd7412619d07cb5a50c /platform/macos/src
parent398344addc456fd951dfb31d95d2668bb60af009 (diff)
downloadqtlocation-mapboxgl-a71868fc8d68fec0b34988d90ef1165c0c87d1db.tar.gz
[build] move Reachability to platform/darwin
Diffstat (limited to 'platform/macos/src')
-rw-r--r--platform/macos/src/MGLMapView.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/src/MGLMapView.mm b/platform/macos/src/MGLMapView.mm
index 513687f94e..288ed68d62 100644
--- a/platform/macos/src/MGLMapView.mm
+++ b/platform/macos/src/MGLMapView.mm
@@ -21,7 +21,7 @@
#import <mbgl/mbgl.hpp>
#import <mbgl/annotation/annotation.hpp>
#import <mbgl/map/camera.hpp>
-#import <mbgl/platform/darwin/reachability.h>
+#import <mbgl/storage/reachability.h>
#import <mbgl/platform/default/thread_pool.hpp>
#import <mbgl/gl/extension.hpp>
#import <mbgl/gl/context.hpp>