comphelper/source/windows/windows_process.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 6df0b51fb8141e11dec63b48ef98a40401f9c8e8 Author: Stephan Bergmann <[email protected]> Date: Tue Sep 19 08:30:34 2017 +0200 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 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") _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
