diff options
author | Stijn Buys <ingar@osirion.org> | 2008-07-04 12:16:54 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-07-04 12:16:54 +0000 |
commit | 222f4fd2ce73f06d28c71620e3f56ceefe2a2127 (patch) | |
tree | 6e08220fb9955e74d202a0fae91e375f217ba7de /src | |
parent | 560b0e18684058ca458e84df393993895a012711 (diff) |
Fixes a function not found compile error
Diffstat (limited to 'src')
-rw-r--r-- | src/math/color.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/math/color.cc b/src/math/color.cc index 7784338..229c377 100644 --- a/src/math/color.cc +++ b/src/math/color.cc @@ -4,7 +4,8 @@ the terms of the GNU General Public License version 2 */ -// project headers +#include <string.h> + #include "math/color.h" namespace math |