diff options
author | Sam Spilsbury <smspillaz@XPS-FEDORA.(none)> | 2009-08-08 13:52:03 +0800 |
---|---|---|
committer | Sam Spilsbury <smspillaz@XPS-FEDORA.(none)> | 2009-08-08 13:52:03 +0800 |
commit | 1234ee9de9950799cefd7e62e8dad2167c6ac9af (patch) | |
tree | c0a71a92da841fdf920321498820fd52c44c12bb /src | |
parent | 2a7d93099344aeaa1a0eab75e6c4759371bd9120 (diff) | |
download | zcomp-1234ee9de9950799cefd7e62e8dad2167c6ac9af.tar.gz zcomp-1234ee9de9950799cefd7e62e8dad2167c6ac9af.tar.bz2 |
Use <string>
Diffstat (limited to 'src')
-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> |