diff options
Diffstat (limited to 'cad/meshlab/files/patch-glu')
-rw-r--r-- | cad/meshlab/files/patch-glu | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cad/meshlab/files/patch-glu b/cad/meshlab/files/patch-glu new file mode 100644 index 000000000000..9b573460317e --- /dev/null +++ b/cad/meshlab/files/patch-glu @@ -0,0 +1,10 @@ +--- external/structuresynth/ssynth/SyntopiaCore/GLEngine/Object3D.h.orig 2012-06-20 18:04:43.000000000 +0200 ++++ external/structuresynth/ssynth/SyntopiaCore/GLEngine/Object3D.h 2012-06-20 18:05:23.000000000 +0200 +@@ -3,6 +3,7 @@ + #include "SyntopiaCore/Math/Vector3.h"
+ #include <QGLWidget>
+ #include <QtOpenGL>
++#include <GL/glu.h>
+
+ namespace SyntopiaCore {
+ namespace GLEngine {
|