diff options
Diffstat (limited to 'src/xml/repr-util.cpp')
| -rw-r--r-- | src/xml/repr-util.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml/repr-util.cpp b/src/xml/repr-util.cpp index 7a45f6fcd..97676bebe 100644 --- a/src/xml/repr-util.cpp +++ b/src/xml/repr-util.cpp @@ -20,11 +20,11 @@ #include <math.h> #if HAVE_STRING_H -# include <string.h> +# include <cstring> #endif #if HAVE_STDLIB_H -# include <stdlib.h> +# include <cstdlib> #endif |
