diff options
author | Tom Tromey <tromey@redhat.com> | 2011-08-11 09:31:56 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-08-11 09:32:24 +0100 |
commit | 1a35f23a2ccb17c3e8e0cb218bb1cf886b4c7124 (patch) | |
tree | 7d74dcd329cc351a649ea1bb23ca84317cc612c9 | |
parent | 28ca2d10151bb9d496cb23438a4538b296a0f941 (diff) |
fix compile errors from trunck gcc
-rw-r--r-- | cosv/inc/cosv/string.hxx | 2 |
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> |