diff options
Diffstat (limited to 'Source/JavaScriptCore/wtf/Int32Array.h')
-rw-r--r-- | Source/JavaScriptCore/wtf/Int32Array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/wtf/Int32Array.h b/Source/JavaScriptCore/wtf/Int32Array.h index 0b61457b3..f3148c7bc 100644 --- a/Source/JavaScriptCore/wtf/Int32Array.h +++ b/Source/JavaScriptCore/wtf/Int32Array.h @@ -27,7 +27,7 @@ #ifndef Int32Array_h #define Int32Array_h -#include "IntegralTypedArrayBase.h" +#include <wtf/IntegralTypedArrayBase.h> namespace WTF { |