summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2019-08-23 16:38:24 -0400
committerJulian Rex <julian.rex@mapbox.com>2019-08-23 16:38:24 -0400
commit200eb8f0ea5f903cb215c0277d3d8d5c4b173618 (patch)
treefa800935de49e275d6f1f92772400643f328c6d4
parent6f9864833933e095f6ae633842d91b70d48e3055 (diff)
downloadqtlocation-mapboxgl-upstream/jrex/query-test-and-signpost.tar.gz
-rw-r--r--platform/darwin/src/MGLSignpost.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/darwin/src/MGLSignpost.m b/platform/darwin/src/MGLSignpost.m
index 52669ad6dc..d49f0177d1 100644
--- a/platform/darwin/src/MGLSignpost.m
+++ b/platform/darwin/src/MGLSignpost.m
@@ -1,5 +1,5 @@
-@import Foundation;
-#include "MGLSignpost.h"
+#import "MGLFoundation.h"
+#import "MGLSignpost.h"
os_log_t MGLDefaultSignpostLog = NULL;
os_signpost_id_t MGLDefaultSignpost = OS_SIGNPOST_ID_INVALID;