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