diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-09-19 08:30:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-09-19 08:30:34 +0200 |
commit | 6df0b51fb8141e11dec63b48ef98a40401f9c8e8 (patch) | |
tree | 5d896165af9ca34d27aae7b2aa96d99639d59c8e /comphelper | |
parent | b4278534125b0d73695146df4ede32273e2afbfb (diff) |
Put back one more #include
...like 74cd94a17b3922bdcd44ab6460232297fbf665d0 "Put back some #include (needed
for e.g. --disable-pch)" (this one having caused loplugin:unreffun with
clang-cl)
Change-Id: I1a888ca754365232663fed0b99535d91fded040a
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/windows/windows_process.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comphelper/source/windows/windows_process.cxx b/comphelper/source/windows/windows_process.cxx index e8fd4a01c8b8..c58a0d52d7f4 100644 --- a/comphelper/source/windows/windows_process.cxx +++ b/comphelper/source/windows/windows_process.cxx @@ -8,6 +8,8 @@ #include <cstring> #include <wchar.h> +#include <comphelper/windowsStart.hxx> + // Needed for CreateEnvironmentBlock #include <userenv.h> #pragma comment(lib, "userenv.lib") |