diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-03-19 19:45:54 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-03-19 19:45:54 +0100 |
commit | 101aa287fd64b5f229c5dd759de353721bc2f04a (patch) | |
tree | 06210dde68da01472dfaec9b845d17f13bf1faff /shell | |
parent | 5bda84a2d7d135ed099fc87c10bf9d3a2758b44f (diff) |
Missing include
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/shlxthandler/util/iso8601_converter.cxx | 4 |
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" |