diff options
Diffstat (limited to 'Source/JavaScriptCore/wtf/Int16Array.h')
-rw-r--r-- | Source/JavaScriptCore/wtf/Int16Array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/wtf/Int16Array.h b/Source/JavaScriptCore/wtf/Int16Array.h index 34a52de90..df3dcc265 100644 --- a/Source/JavaScriptCore/wtf/Int16Array.h +++ b/Source/JavaScriptCore/wtf/Int16Array.h @@ -26,7 +26,7 @@ #ifndef Int16Array_h #define Int16Array_h -#include "IntegralTypedArrayBase.h" +#include <wtf/IntegralTypedArrayBase.h> namespace WTF { |