From 8cfba7d01567f0c37afb98573a6505e187986a7a Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 10 Jul 2013 15:44:11 +0200 Subject: Move QV4::Exception into a separate compilation unit with header file This is in preparation for some platform specific code regarding throwing exceptions, as well as a general cleanup :) Change-Id: I23fb4f12fd09423a1f2cb225145780925002677b Reviewed-by: Erik Verbruggen --- src/qml/qml/qqmljavascriptexpression_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qml/qml/qqmljavascriptexpression_p.h') diff --git a/src/qml/qml/qqmljavascriptexpression_p.h b/src/qml/qml/qqmljavascriptexpression_p.h index 2e674b214a..ef36a2f91a 100644 --- a/src/qml/qml/qqmljavascriptexpression_p.h +++ b/src/qml/qml/qqmljavascriptexpression_p.h @@ -57,6 +57,7 @@ #include #include #include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3