summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-19 19:45:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-03-19 19:45:54 +0100
commit101aa287fd64b5f229c5dd759de353721bc2f04a (patch)
tree06210dde68da01472dfaec9b845d17f13bf1faff /shell
parent5bda84a2d7d135ed099fc87c10bf9d3a2758b44f (diff)
Missing include
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/shlxthandler/util/iso8601_converter.cxx4
1 files changed, 4 insertions, 0 deletions
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 <stdlib.h>
+
#include "internal/iso8601_converter.hxx"
#include "internal/utilities.hxx"