From daf84bb6292eb5bf5434889a887535ec54c21b6b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 23 Aug 2008 10:31:45 +0000 Subject: fixes for gcc 4.3.1, added g_devel --- src/math/matrix4f.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/math') diff --git a/src/math/matrix4f.cc b/src/math/matrix4f.cc index d73b12e..094bbd6 100644 --- a/src/math/matrix4f.cc +++ b/src/math/matrix4f.cc @@ -4,12 +4,12 @@ the terms of the GNU General Public License version 2 */ -// project headers -#include "math/matrix4f.h" +#include -// C++ headers #include +#include "math/matrix4f.h" + namespace math { -- cgit v1.2.3