summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/runtime/TimeoutChecker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/runtime/TimeoutChecker.cpp')
-rw-r--r--Source/JavaScriptCore/runtime/TimeoutChecker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/runtime/TimeoutChecker.cpp b/Source/JavaScriptCore/runtime/TimeoutChecker.cpp
index 3065c99ed..8f3d1a578 100644
--- a/Source/JavaScriptCore/runtime/TimeoutChecker.cpp
+++ b/Source/JavaScriptCore/runtime/TimeoutChecker.cpp
@@ -38,7 +38,7 @@
#elif OS(WINDOWS)
#include <windows.h>
#else
-#include "CurrentTime.h"
+#include <wtf/CurrentTime.h>
#endif
using namespace std;