From ce44a0326e9e399a23d0adaadcf99f2e62a363d7 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 27 Apr 2012 17:22:43 +0200 Subject: Missing #include Change-Id: I79490015faf57a3f84395fa9ba29dd17503b9ef6 --- sfx2/source/dialog/filedlghelper.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sfx2') diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx index 43f643ebe052..0fcc340bdbd2 100644 --- a/sfx2/source/dialog/filedlghelper.cxx +++ b/sfx2/source/dialog/filedlghelper.cxx @@ -102,7 +102,9 @@ #include #include #include + #ifdef UNX +#include #include #endif -- cgit