diff options
author | gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3> | 2009-04-02 15:45:21 +0000 |
---|---|---|
committer | gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3> | 2009-04-02 15:45:21 +0000 |
commit | 5dfe3e948b2deaaf66bc000e015f05dbf9a50328 (patch) | |
tree | 717e4bfb1c51c3badea5b18717f98419d4811004 /Foundation | |
parent | 75d4e5fdda4d171fc2b22f45128a4aaae2832088 (diff) |
[Author: thomasvl]
Include GTMDefines so the 10.5 macro is defined even on Tiger.
R=mdalrymple
DELTA=1 (1 added, 0 deleted, 0 changed)
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; |