aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com>2015-01-21 12:35:38 +0200
committerPasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com>2015-01-26 12:07:56 +0100
commit47c089d15f79cd678e0c9de5c7fb5b5e2488a9f5 (patch)
tree0a500afd895eacbd4a8bdcd17abeceaa73e1516a /src
parentc883603035dc0329c2d2ced12b24124fbb90f3d8 (diff)
V4: include alloca private header as alloca is used unconditionally.
Change-Id: Ic94a7ec3980ca9e2629620ef83c93b179d75162b Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/qml/jit/qv4regalloc.cpp1
-rw-r--r--src/qml/jsruntime/qv4stringobject.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/jit/qv4regalloc.cpp b/src/qml/jit/qv4regalloc.cpp
index e69522404d..f9f494c561 100644
--- a/src/qml/jit/qv4regalloc.cpp
+++ b/src/qml/jit/qv4regalloc.cpp
@@ -32,6 +32,7 @@
****************************************************************************/
#include "qv4regalloc_p.h"
+#include "qv4alloca_p.h"
#include <private/qv4value_inl_p.h>
#include <algorithm>
diff --git a/src/qml/jsruntime/qv4stringobject.cpp b/src/qml/jsruntime/qv4stringobject.cpp
index 397a6efdf8..8bf9a096c5 100644
--- a/src/qml/jsruntime/qv4stringobject.cpp
+++ b/src/qml/jsruntime/qv4stringobject.cpp
@@ -37,6 +37,7 @@
#include "qv4objectproto_p.h"
#include "qv4mm_p.h"
#include "qv4scopedvalue_p.h"
+#include "qv4alloca_p.h"
#include <QtCore/qnumeric.h>
#include <QtCore/qmath.h>
#include <QtCore/QDateTime>