summaryrefslogtreecommitdiff
path: root/platform/darwin/src/NSException+MGLAdditions.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/NSException+MGLAdditions.h')
-rw-r--r--platform/darwin/src/NSException+MGLAdditions.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/darwin/src/NSException+MGLAdditions.h b/platform/darwin/src/NSException+MGLAdditions.h
index f75b54c15c..274ca50a89 100644
--- a/platform/darwin/src/NSException+MGLAdditions.h
+++ b/platform/darwin/src/NSException+MGLAdditions.h
@@ -1,3 +1,4 @@
#import <Foundation/Foundation.h>
+#import "MGLLoggingConfiguration_Private.h"
-#define MGLAssertIsMainThread() NSAssert([[NSThread currentThread] isMainThread], @"%s must be accessed on the main thread, not %@", __PRETTY_FUNCTION__, [NSThread currentThread])
+#define MGLAssertIsMainThread() MGLAssert([[NSThread currentThread] isMainThread], @"%s must be accessed on the main thread, not %@", __PRETTY_FUNCTION__, [NSThread currentThread])