From 101aa287fd64b5f229c5dd759de353721bc2f04a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 19 Mar 2012 19:45:54 +0100 Subject: Missing include --- shell/source/win32/shlxthandler/util/iso8601_converter.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx index e03548108fc1..4ab060c87436 100644 --- a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx +++ b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx @@ -26,6 +26,10 @@ * ************************************************************************/ +#include "sal/config.h" + +#include + #include "internal/iso8601_converter.hxx" #include "internal/utilities.hxx" -- cgit