Kaydet (Commit) 968476c5 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Missing includes (--disable-pch)

Change-Id: Ie3427dfbbdf6ecf96b4fc36c534022dc881b3957
üst a1b58837
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include "file-impl.hxx" #include "file-impl.hxx"
#include "procimpl.hxx" #include "procimpl.hxx"
#include <rtl/alloc.h>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include "secimpl.hxx" #include "secimpl.hxx"
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include <osl/socket.h> #include <osl/socket.h>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <rtl/alloc.h> #include <rtl/alloc.h>
#include <rtl/byteseq.h>
#include <sal/log.hxx> #include <sal/log.hxx>
#include <o3tl/char16_t2wchar_t.hxx> #include <o3tl/char16_t2wchar_t.hxx>
#include <comphelper/windowserrorstring.hxx> #include <comphelper/windowserrorstring.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment