Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/math
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-07-04 12:49:24 +0000
committerStijn Buys <ingar@osirion.org>2008-07-04 12:49:24 +0000
commit68e4bbe3153f45139031a614541b2ccd80dd5526 (patch)
tree9c98e22ff8cac518538a47b6c194276a61d979c3 /src/math
parent222f4fd2ce73f06d28c71620e3f56ceefe2a2127 (diff)
Second try
Diffstat (limited to 'src/math')
-rw-r--r--src/math/color.cc2
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"