From 8d172f1f3836f9f528ad85b4707582e44154450f Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Thu, 3 Apr 2014 09:38:48 +0200 Subject: Fix 'missing header' compilation error (shadow build) Change the private header path to the canonical one. This fixes shadow builds for me on Windows. Change-Id: I7c18ec2d9f0769a51d296deac16c78ae41894c36 Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/jsruntime/qv4script.cpp b/src/qml/jsruntime/qv4script.cpp index a25d969059..33922684da 100644 --- a/src/qml/jsruntime/qv4script.cpp +++ b/src/qml/jsruntime/qv4script.cpp @@ -54,7 +54,7 @@ #include #include #include -#include +#include #include #include -- cgit v1.2.3