diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-12-04 18:29:42 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-12-04 20:02:50 +0100 |
commit | abafb52f37beb5659efc2105ccd1568e1f754898 (patch) | |
tree | 6a60636d3497560ca61e5aae5f6d7061c4f18553 /macosx | |
parent | bff6aeb4da41dee1f5f1cfa0be81b6c257257253 (diff) | |
download | qtlocation-mapboxgl-abafb52f37beb5659efc2105ccd1568e1f754898.tar.gz |
make most headers private
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/main.mm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/main.mm b/macosx/main.mm index fe654e1f71..77305a3259 100644 --- a/macosx/main.mm +++ b/macosx/main.mm @@ -1,8 +1,9 @@ +#include <mbgl/platform/platform.hpp> #include <mbgl/platform/darwin/settings_nsuserdefaults.hpp> #include <mbgl/platform/darwin/log_nslog.hpp> #include <mbgl/platform/darwin/Reachability.h> #include <mbgl/platform/default/glfw_view.hpp> -#include <mbgl/platform/default/caching_http_file_source.hpp> +#include <mbgl/storage/caching_http_file_source.hpp> #import <Foundation/Foundation.h> |