summaryrefslogtreecommitdiff
path: root/cosv
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-08-11 09:31:56 +0100
committerNoel Power <noel.power@novell.com>2011-08-11 09:32:24 +0100
commit1a35f23a2ccb17c3e8e0cb218bb1cf886b4c7124 (patch)
tree7d74dcd329cc351a649ea1bb23ca84317cc612c9 /cosv
parent28ca2d10151bb9d496cb23438a4538b296a0f941 (diff)
fix compile errors from trunck gcc
Diffstat (limited to 'cosv')
-rw-r--r--cosv/inc/cosv/string.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cosv/inc/cosv/string.hxx b/cosv/inc/cosv/string.hxx
index fa8a4b488b7e..6bb399277614 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>