From 3828648199c427bbc505738d4522e9246c70a2a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 28 Mar 2011 15:33:42 +0100 Subject: [PATCH] fix windows build --- svx/source/dialog/sendreportw32.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svx/source/dialog/sendreportw32.cxx b/svx/source/dialog/sendreportw32.cxx index 97bf71aeb371..c6a8e58c00ed 100755 --- a/svx/source/dialog/sendreportw32.cxx +++ b/svx/source/dialog/sendreportw32.cxx @@ -32,10 +32,10 @@ #define UNICODE #define _UNICODE - #define WIN32_LEAN_AND_MEAN -#include +#include #include +#include #include #include #include