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

Stephan Bergmann sbergman at redhat.com
Fri Oct 7 12:02:44 UTC 2016


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

New commits:
commit 8e7462e7001f865864e1a55d237590e50ec9a7cc
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Oct 7 14:00:18 2016 +0200

    Blind fix for --enable-pch Windows builds
    
    Change-Id: Ieffc0e8a29870dcc63c28fc644742b3e6a6031a4

diff --git a/include/svl/svdde.hxx b/include/svl/svdde.hxx
index 97301f4..1f12d76 100644
--- a/include/svl/svdde.hxx
+++ b/include/svl/svdde.hxx
@@ -29,6 +29,7 @@
 #include <vector>
 
 #if defined _WIN32
+#include <windows.h>
 #include <ddeml.h>
 #endif
 


More information about the Libreoffice-commits mailing list