diff options
author | Romain Quidet <romain.quidet.ext@mappy.com> | 2015-11-30 14:16:00 +0100 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-12-15 16:36:17 -0800 |
commit | 02a32b55e4ec392d213d435354bbcd2f33cef40c (patch) | |
tree | a4533ea19d8cd277aad14804fc2f3e15bce1b872 /gyp/platform-ios.gypi | |
parent | 9d0ab5549ceb9da57293cf5259a4a00eb4383260 (diff) | |
download | qtlocation-mapboxgl-02a32b55e4ec392d213d435354bbcd2f33cef40c.tar.gz |
2210: MGLAnnotationImage image can be update
Diffstat (limited to 'gyp/platform-ios.gypi')
-rw-r--r-- | gyp/platform-ios.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi index 9ae44b2d45..d510d25c03 100644 --- a/gyp/platform-ios.gypi +++ b/gyp/platform-ios.gypi @@ -60,6 +60,7 @@ '../platform/ios/MGLUserLocationAnnotationView.h', '../platform/ios/MGLUserLocationAnnotationView.m', '../include/mbgl/ios/MGLAnnotationImage.h', + '../platform/ios/MGLAnnotationImage_Private.h', '../platform/ios/MGLAnnotationImage.m', '../platform/ios/MGLCategoryLoader.h', '../platform/ios/MGLCategoryLoader.m', |