diff options
Diffstat (limited to 'src/3rdparty/webkit/JavaScriptCore/wtf/FastAllocBase.h')
-rw-r--r-- | src/3rdparty/webkit/JavaScriptCore/wtf/FastAllocBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/JavaScriptCore/wtf/FastAllocBase.h b/src/3rdparty/webkit/JavaScriptCore/wtf/FastAllocBase.h index 1c81856..9fcbbc1 100644 --- a/src/3rdparty/webkit/JavaScriptCore/wtf/FastAllocBase.h +++ b/src/3rdparty/webkit/JavaScriptCore/wtf/FastAllocBase.h @@ -79,9 +79,9 @@ #include <stdint.h> #include <stdlib.h> #include <string.h> +#include "Assertions.h" #include "FastMalloc.h" #include "TypeTraits.h" -#include <wtf/Assertions.h> namespace WTF { |