[Libreoffice-commits] .: cosv/inc

Noel Power noelp at kemper.freedesktop.org
Thu Aug 11 01:31:21 PDT 2011


 cosv/inc/cosv/string.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1a35f23a2ccb17c3e8e0cb218bb1cf886b4c7124
Author: Tom Tromey <tromey at redhat.com>
Date:   Thu Aug 11 09:31:56 2011 +0100

    fix compile errors from trunck gcc

diff --git a/cosv/inc/cosv/string.hxx b/cosv/inc/cosv/string.hxx
index fa8a4b4..6bb3992 100644
--- a/cosv/inc/cosv/string.hxx
+++ b/cosv/inc/cosv/string.hxx
@@ -30,9 +30,9 @@
 #define COSV_STRING_HXX
 
 // USED SERVICES
+#include <string.h>
 #include <cosv/stringdata.hxx>
 #include <cosv/str_types.hxx>
-#include <string.h>
 #include <cosv/csv_ostream.hxx>
 #include <vector>
 


More information about the Libreoffice-commits mailing list