summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-07-23 17:26:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-07-23 17:26:07 +0200
commit968476c557267ddf78ba894c6ce174cdc0ea84e0 (patch)
tree6d8676cd6fec9ebba351ca761da0e31eb83c77c2 /sal
parenta1b58837206fec2fe89a8a16567b1e1499ec9385 (diff)
Missing includes (--disable-pch)
Change-Id: Ie3427dfbbdf6ecf96b4fc36c534022dc881b3957
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/w32/procimpl.cxx1
-rw-r--r--sal/osl/w32/socket.cxx1
2 files changed, 2 insertions, 0 deletions
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>