From 1040c4cc4bee2cdca543ced6e4cd2a0504de8767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20M=C3=A4=C3=A4tt=C3=A4?= Date: Wed, 24 Apr 2019 12:15:51 +0300 Subject: Fix build warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix include paths in pro file - Fix includes in public headers Change-Id: Icbc2ff8d8eba76480f59ab975ee39f150c6f09e4 Reviewed-by: Pasi Keränen Reviewed-by: Mahmoud Badri Reviewed-by: Miikka Heikkinen --- src/Viewer/studio3d/q3dspresentation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Viewer/studio3d/q3dspresentation.h b/src/Viewer/studio3d/q3dspresentation.h index a62489a3..d049b247 100644 --- a/src/Viewer/studio3d/q3dspresentation.h +++ b/src/Viewer/studio3d/q3dspresentation.h @@ -33,7 +33,7 @@ #include #include #include -#include "q3dsdatainput.h" +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3