diff options
Diffstat (limited to 'Foundation')
-rw-r--r-- | Foundation/GTMLogger.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Foundation/GTMLogger.h b/Foundation/GTMLogger.h index 1626b1b..3ebb366 100644 --- a/Foundation/GTMLogger.h +++ b/Foundation/GTMLogger.h @@ -50,6 +50,7 @@ // called from multiple threads, so it must be thread-safe. #import <Foundation/Foundation.h> +#import "GTMDefines.h" // Predeclaration of used protocols that are declared later in this file. @protocol GTMLogWriter, GTMLogFormatter, GTMLogFilter; |