From fdc20e7705df9b00f9e2270e84690f8b71b04186 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Fri, 23 Nov 2018 10:51:39 +0100 Subject: [PATCH] Utils: Pile more hacks onto our "QTipLabel" The moc files "#include " these days. You cannot do that from within a custom namespace or funny things will happen. Therefore, include it already before the namespace. Change-Id: I34f808cd22634c85878658ec921ca31649fb37c3 Reviewed-by: Orgad Shaneh Reviewed-by: hjk Reviewed-by: Eike Ziller --- src/libs/utils/tooltip/tips.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libs/utils/tooltip/tips.cpp b/src/libs/utils/tooltip/tips.cpp index b0aee273f4d..8287e9fedda 100644 --- a/src/libs/utils/tooltip/tips.cpp +++ b/src/libs/utils/tooltip/tips.cpp @@ -43,6 +43,8 @@ #include #include +#include + namespace Utils { namespace Internal {