diff options
-rw-r--r-- | src/string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string.cpp b/src/string.cpp index 898a89f..d14fe55 100644 --- a/src/string.cpp +++ b/src/string.cpp @@ -25,7 +25,7 @@ #include <compiz.h> -#include <string.h> +#include <cstring> #include <cstdarg> #include <cstdio> |