From 5dfe3e948b2deaaf66bc000e015f05dbf9a50328 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Thu, 2 Apr 2009 15:45:21 +0000 Subject: [Author: thomasvl] Include GTMDefines so the 10.5 macro is defined even on Tiger. R=mdalrymple DELTA=1 (1 added, 0 deleted, 0 changed) --- Foundation/GTMLogger.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Foundation/GTMLogger.h') 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 +#import "GTMDefines.h" // Predeclaration of used protocols that are declared later in this file. @protocol GTMLogWriter, GTMLogFormatter, GTMLogFilter; -- cgit v1.2.3