summaryrefslogtreecommitdiff
path: root/include/svl/svdde.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-07 14:45:21 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-07 14:45:21 +0200
commitcb4bfd0c82bc31003d4cd949ed540773c83c04e9 (patch)
treee2f3ed9aeb6980b466f6def2abb0b07934c57517 /include/svl/svdde.hxx
parent8e7462e7001f865864e1a55d237590e50ec9a7cc (diff)
More blind fix for --enable-pch Windows builds
Change-Id: I0e95a5ec30a9418b2635c0dd7cbe74a72055552f
Diffstat (limited to 'include/svl/svdde.hxx')
-rw-r--r--include/svl/svdde.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svl/svdde.hxx b/include/svl/svdde.hxx
index 1f12d769cc08..0e8b96074230 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