git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2008-08-06 Ariya Hidayat <ariya.hidayat@trolltech.com>
[WebKit-https.git]
/
JavaScriptCore
/
wtf
/
RetainPtr.h
diff --git
a/JavaScriptCore/wtf/RetainPtr.h
b/JavaScriptCore/wtf/RetainPtr.h
index 71260ebe2d8d245308a7929df842f6dee0e455e7..190231cfcd7d68eda4a063adbcf13e914f88d1bf 100644
(file)
--- a/
JavaScriptCore/wtf/RetainPtr.h
+++ b/
JavaScriptCore/wtf/RetainPtr.h
@@
-24,7
+24,10
@@
#define RetainPtr_h
#include <algorithm>
+
+#if PLATFORM(MAC)
#include <CoreFoundation/CoreFoundation.h>
+#endif
#ifdef __OBJC__
#import <Foundation/Foundation.h>