From 222f4fd2ce73f06d28c71620e3f56ceefe2a2127 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 4 Jul 2008 12:16:54 +0000 Subject: Fixes a function not found compile error --- src/math/color.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/math') 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 + #include "math/color.h" namespace math -- cgit v1.2.3