diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-08-18 10:05:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-08-18 10:06:33 +0200 |
commit | 8a62efcc846d27e5db2d37095bb79216a3230b9d (patch) | |
tree | 01ecc0ef35c11159530e4185cb14e94d01ae9712 | |
parent | e1a75dc228fa7bb7c4c42dc9370fc3e51ff5e936 (diff) |
missing include (--disable-pch)
Change-Id: I4e8ae42e2e0c285d34098bebd637ad6d4abaf6a0
-rw-r--r-- | sal/osl/w32/pipe.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/osl/w32/pipe.cxx b/sal/osl/w32/pipe.cxx index 8dfdec0831e8..0bb884785a00 100644 --- a/sal/osl/w32/pipe.cxx +++ b/sal/osl/w32/pipe.cxx @@ -27,6 +27,7 @@ #include <osl/interlck.h> #include <osl/process.h> #include <rtl/alloc.h> +#include <sal/log.hxx> #include <cassert> #include <string.h> |