summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/wtf/Float32Array.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/wtf/Float32Array.h')
-rw-r--r--Source/JavaScriptCore/wtf/Float32Array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/wtf/Float32Array.h b/Source/JavaScriptCore/wtf/Float32Array.h
index 230a768aa..55e61e006 100644
--- a/Source/JavaScriptCore/wtf/Float32Array.h
+++ b/Source/JavaScriptCore/wtf/Float32Array.h
@@ -27,7 +27,7 @@
#ifndef Float32Array_h
#define Float32Array_h
-#include "TypedArrayBase.h"
+#include <wtf/TypedArrayBase.h>
#include <wtf/MathExtras.h>
namespace WTF {