sal/osl/w32/procimpl.cxx | 1 + sal/osl/w32/socket.cxx | 1 + 2 files changed, 2 insertions(+)
New commits: commit 968476c557267ddf78ba894c6ce174cdc0ea84e0 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Mon Jul 23 17:26:07 2018 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Mon Jul 23 17:26:07 2018 +0200 Missing includes (--disable-pch) Change-Id: Ie3427dfbbdf6ecf96b4fc36c534022dc881b3957 diff --git a/sal/osl/w32/procimpl.cxx b/sal/osl/w32/procimpl.cxx index c4e2390f94b6..af3a967ac2a7 100644 --- a/sal/osl/w32/procimpl.cxx +++ b/sal/osl/w32/procimpl.cxx @@ -25,6 +25,7 @@ #include "file-impl.hxx" #include "procimpl.hxx" +#include <rtl/alloc.h> #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> #include "secimpl.hxx" diff --git a/sal/osl/w32/socket.cxx b/sal/osl/w32/socket.cxx index bf27bba1a04d..6d9be8dd2930 100644 --- a/sal/osl/w32/socket.cxx +++ b/sal/osl/w32/socket.cxx @@ -22,6 +22,7 @@ #include <osl/socket.h> #include <osl/diagnose.h> #include <rtl/alloc.h> +#include <rtl/byteseq.h> #include <sal/log.hxx> #include <o3tl/char16_t2wchar_t.hxx> #include <comphelper/windowserrorstring.hxx> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits