[Libreoffice-commits] .: shell/source

Stephan Bergmann sbergmann at kemper.freedesktop.org
Mon Mar 19 11:46:00 PDT 2012


 shell/source/win32/shlxthandler/util/iso8601_converter.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 101aa287fd64b5f229c5dd759de353721bc2f04a
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Mar 19 19:45:54 2012 +0100

    Missing include

diff --git a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx
index e035481..4ab060c 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"
 


More information about the Libreoffice-commits mailing list