Index: Source/wtf/Assertions.cpp |
diff --git a/Source/wtf/Assertions.cpp b/Source/wtf/Assertions.cpp |
index ab44a09495095f212b0eb65006c8557108c29419..acf6be01a635b8c1b95b89d4309ecd73db2cddc9 100644 |
--- a/Source/wtf/Assertions.cpp |
+++ b/Source/wtf/Assertions.cpp |
@@ -46,6 +46,7 @@ |
#endif |
#if USE(CF) |
+#include <AvailabilityMacros.h> |
#include <CoreFoundation/CFString.h> |
#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080 |
#define WTF_USE_APPLE_SYSTEM_LOG 1 |