From 891f7029457c5135c365ec32c06e7750abaceeab Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 15 Apr 2013 11:50:16 +0200 Subject: Fix compilation with built-in v4vm JS engine Change-Id: Ieda9267e296acf6392a5461f4cfb9233a7a409a0 Reviewed-by: Lars Knoll --- src/qml/qml/v4vm/qv4regexp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qml/qml/v4vm/qv4regexp.cpp') diff --git a/src/qml/qml/v4vm/qv4regexp.cpp b/src/qml/qml/v4vm/qv4regexp.cpp index c0f7cee51d..7ee1d6bb95 100644 --- a/src/qml/qml/v4vm/qv4regexp.cpp +++ b/src/qml/qml/v4vm/qv4regexp.cpp @@ -39,9 +39,9 @@ ** ****************************************************************************/ -#include "qv4regexp.h" +#include "qv4regexp_p.h" -#include "qv4engine.h" +#include "qv4engine_p.h" namespace QQmlJS { namespace VM { -- cgit v1.2.3