summaryrefslogtreecommitdiff
path: root/src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-10-01 14:45:21 +0200
committerKai Koehne <kai.koehne@digia.com>2014-10-01 14:54:44 +0200
commitdb84d1737cb70244eef271b91d1cea61c3e76963 (patch)
tree68be2661c918117600889451c9eb59e0267024f9 /src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp
parentb5d82dbedbcfd290cba022a52656f9c208d11d65 (diff)
downloadqtscript-db84d1737cb70244eef271b91d1cea61c3e76963.tar.gz
Fix MinGW build (even more)v5.4.0-beta1
Task-number: QTBUG-41673 Change-Id: If58284dc3c02b80abae759924b3e822842e94ee1 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com>
Diffstat (limited to 'src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp')
-rw-r--r--src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp
index a6eb0d6..a2a4d30 100644
--- a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp
+++ b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp
@@ -74,7 +74,6 @@
#include "Assertions.h"
#include "ASCIICType.h"
#include "CurrentTime.h"
-#include "MathExtras.h"
#include "StringExtras.h"
#include <algorithm>
@@ -105,6 +104,8 @@ extern "C" struct tm * localtime(const time_t *timer);
#include "CallFrame.h"
#endif
+#include "MathExtras.h"
+
#define NaN std::numeric_limits<double>::quiet_NaN()
using namespace WTF;