summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/wtf/HashFunctions.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/wtf/HashFunctions.h')
-rw-r--r--Source/JavaScriptCore/wtf/HashFunctions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/wtf/HashFunctions.h b/Source/JavaScriptCore/wtf/HashFunctions.h
index 2c66a2d9f..808b2b1e5 100644
--- a/Source/JavaScriptCore/wtf/HashFunctions.h
+++ b/Source/JavaScriptCore/wtf/HashFunctions.h
@@ -21,7 +21,7 @@
#ifndef WTF_HashFunctions_h
#define WTF_HashFunctions_h
-#include "RefPtr.h"
+#include <wtf/RefPtr.h>
#include <stdint.h>
namespace WTF {