From 2633d5f97ff45cc4a7f016bee1f2e8f92a60d2fb Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 1 Apr 2021 09:40:51 +0200 Subject: Recheck include/ with IWYU See tdf#42949 for motivation Change-Id: Ifc253bf800bb1468b5774663a93f4fb30bec81d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113657 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- vcl/qt5/Qt5OpenGLContext.cxx | 2 ++ vcl/source/app/salvtables.cxx | 1 + vcl/source/app/unohelp2.cxx | 3 +++ 3 files changed, 6 insertions(+) (limited to 'vcl') diff --git a/vcl/qt5/Qt5OpenGLContext.cxx b/vcl/qt5/Qt5OpenGLContext.cxx index a33f7abde2f5..ca2ec48d1d4c 100644 --- a/vcl/qt5/Qt5OpenGLContext.cxx +++ b/vcl/qt5/Qt5OpenGLContext.cxx @@ -19,6 +19,8 @@ #include +#include + #include #include #include diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx index b185c0f00836..f1d1a1a88292 100644 --- a/vcl/source/app/salvtables.cxx +++ b/vcl/source/app/salvtables.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include diff --git a/vcl/source/app/unohelp2.cxx b/vcl/source/app/unohelp2.cxx index ab53a4c7f27f..47cfab4bcf9d 100644 --- a/vcl/source/app/unohelp2.cxx +++ b/vcl/source/app/unohelp2.cxx @@ -26,6 +26,9 @@ #include #include #include +#include +#include +#include using namespace ::com::sun::star; -- cgit