diff options
Diffstat (limited to 'cosv')
-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> |