summaryrefslogtreecommitdiff
blob: dd3798bb8f6a7022915ee1944af734a669828504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: 'gluProject' was not declared in this scope

http://bugs.gentoo.org/402361

--- libs/libGraphics/GLRenderEngine.cpp
+++ libs/libGraphics/GLRenderEngine.cpp
@@ -20,6 +20,7 @@
 #include <qimage.h>
 #include <qpainter.h>
 #include <QtOpenGL>
+#include <GL/glu.h>
 #include <math.h>
 #include "IEEEFP.hpp"