include/vcl/controllayout.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 5d09b9042a306fa98d8eba4f918f43ebba5e4c02 Author: Stephan Bergmann <[email protected]> AuthorDate: Mon Feb 3 16:56:26 2020 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Tue Feb 4 08:02:06 2020 +0100 Control must be a complete type here (Windows --disable-pch) ...because of ControlLayoutData::m_pParent member and implicitly defined copy/ move functions of VCL_DLLPUBLIC ControlLayoutData Change-Id: I2328bd5128ac778f54fcaec204c92d28c505f040 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87897 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/include/vcl/controllayout.hxx b/include/vcl/controllayout.hxx index 9f1cf50b40f2..3e311ba45306 100644 --- a/include/vcl/controllayout.hxx +++ b/include/vcl/controllayout.hxx @@ -23,10 +23,9 @@ #include <rtl/ustring.hxx> #include <tools/gen.hxx> #include <vector> +#include <vcl/ctrl.hxx> #include <vcl/dllapi.h> -class Control; - namespace vcl { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
