From 34397235bbee97a2164d3b4b313f1d177060e52b Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Thu, 11 May 2017 01:09:07 +0100 Subject: [PATCH] Add missing import and define in ASLog (#257) --- Source/Base/ASLog.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Base/ASLog.h b/Source/Base/ASLog.h index c7d2804c79..873702402f 100644 --- a/Source/Base/ASLog.h +++ b/Source/Base/ASLog.h @@ -15,6 +15,8 @@ // http://www.apache.org/licenses/LICENSE-2.0 // +#import + #pragma once @@ -34,6 +36,7 @@ // It's valuable to support trace signposts on iOS 9, because A5 devices don't support iOS 10. #ifndef DBG_MACH_CHUD #define DBG_MACH_CHUD 0x0A +#define DBG_FUNC_NONE 0 #define DBG_FUNC_START 1 #define DBG_FUNC_END 2 #define DBG_APPS 33