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