Index: Source/wtf/FastMalloc.cpp |
diff --git a/Source/wtf/FastMalloc.cpp b/Source/wtf/FastMalloc.cpp |
index a6dd5cfa82dced617bb0e711540724fa7e89831c..ffc6973e1ceb5bb626078f061003f79fadba2b18 100644 |
--- a/Source/wtf/FastMalloc.cpp |
+++ b/Source/wtf/FastMalloc.cpp |
@@ -82,6 +82,10 @@ |
#include "wtf/StdLibExtras.h" |
#include "wtf/UnusedParam.h" |
+#if OS(DARWIN) |
+#include <AvailabilityMacros.h> |
+#endif |
+ |
#include <limits> |
#if OS(WINDOWS) |
#include <windows.h> |