Skip to content

Commit

Permalink
Add missing import and define in ASLog (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhuy authored and garrettmoon committed May 11, 2017
1 parent 0143e32 commit 3439723
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Base/ASLog.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
// http://www.apache.org/licenses/LICENSE-2.0
//

#import <AsyncDisplayKit/ASAvailability.h>

#pragma once


Expand All @@ -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
Expand Down

0 comments on commit 3439723

Please sign in to comment.