summaryrefslogtreecommitdiff
path: root/platform/ios/benchmark
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-12-19 00:24:20 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-12-23 15:17:03 -0800
commita66b1f7599bba67dce669b000a7d37d61010377f (patch)
treec9e39c09c8f80ebf02a059aa390ac0128e3f835e /platform/ios/benchmark
parentb134215895af5c2b94bb966e5b3f234679661c21 (diff)
downloadqtlocation-mapboxgl-a66b1f7599bba67dce669b000a7d37d61010377f.tar.gz
[ios, macos] Fixed iosbench build
Fixed a stale include in iosbench. MGLMapView(Private) forward-declares mbgl::Map instead of including mbgl.hpp, which iosbench has no access to.
Diffstat (limited to 'platform/ios/benchmark')
-rw-r--r--platform/ios/benchmark/MBXBenchViewController.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/benchmark/MBXBenchViewController.mm b/platform/ios/benchmark/MBXBenchViewController.mm
index 43e98d7ccd..4f26d0cb1d 100644
--- a/platform/ios/benchmark/MBXBenchViewController.mm
+++ b/platform/ios/benchmark/MBXBenchViewController.mm
@@ -3,7 +3,7 @@
#import "MBXBenchAppDelegate.h"
#import <Mapbox/Mapbox.h>
-#import "MGLMapView_Internal.h"
+#import "MGLMapView_Private.h"
#include "locations.hpp"