[Libreoffice-commits] core.git: include/svl

Stephan Bergmann sbergman at redhat.com
Fri Oct 7 12:47:45 UTC 2016


 include/svl/svdde.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit cb4bfd0c82bc31003d4cd949ed540773c83c04e9
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Oct 7 14:45:21 2016 +0200

    More blind fix for --enable-pch Windows builds
    
    Change-Id: I0e95a5ec30a9418b2635c0dd7cbe74a72055552f

diff --git a/include/svl/svdde.hxx b/include/svl/svdde.hxx
index 1f12d76..0e8b960 100644
--- a/include/svl/svdde.hxx
+++ b/include/svl/svdde.hxx
@@ -29,7 +29,9 @@
 #include <vector>
 
 #if defined _WIN32
+#include <prewin.h>
 #include <windows.h>
+#include <postwin.h>
 #include <ddeml.h>
 #endif
 


More information about the Libreoffice-commits mailing list