diff options
Diffstat (limited to 'src/math')
-rw-r--r-- | src/math/color.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/color.cc b/src/math/color.cc index 229c377..1e52ec5 100644 --- a/src/math/color.cc +++ b/src/math/color.cc @@ -4,7 +4,7 @@ the terms of the GNU General Public License version 2 */ -#include <string.h> +#include <cstring> #include "math/color.h" |