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