From 7ffc36ef46e7ad14398359c1b0405ff291b9719b Mon Sep 17 00:00:00 2001 From: Milla Pohjanheimo Date: Mon, 6 Feb 2017 14:02:42 +0200 Subject: Fix incorrect include of QString In public header files including Qt headers should be #include Change-Id: I4fb76e04a2bb2ed99e81fa41be1c03f14a047e16 Reviewed-by: Erik Verbruggen --- src/scxml/qscxmlerror.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scxml/qscxmlerror.h b/src/scxml/qscxmlerror.h index cae249e..cc8d53b 100644 --- a/src/scxml/qscxmlerror.h +++ b/src/scxml/qscxmlerror.h @@ -43,7 +43,7 @@ #include #include -#include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3