diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-07 14:00:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-07 14:00:18 +0200 |
commit | 8e7462e7001f865864e1a55d237590e50ec9a7cc (patch) | |
tree | 6d460a8e5579bcd6284e7c8088be8365719f823c /include/svl/svdde.hxx | |
parent | 7e68c64c1ed2cd14ccb4cf259831089c1aeb43b2 (diff) |
Blind fix for --enable-pch Windows builds
Change-Id: Ieffc0e8a29870dcc63c28fc644742b3e6a6031a4
Diffstat (limited to 'include/svl/svdde.hxx')
-rw-r--r-- | include/svl/svdde.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svl/svdde.hxx b/include/svl/svdde.hxx index 97301f4a22af..1f12d769cc08 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 |