From 200eb8f0ea5f903cb215c0277d3d8d5c4b173618 Mon Sep 17 00:00:00 2001 From: Julian Rex Date: Fri, 23 Aug 2019 16:38:24 -0400 Subject: Update includes. --- platform/darwin/src/MGLSignpost.m | 4 ++-- 1 file 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; -- cgit v1.2.1