diff options
Diffstat (limited to 'cad/meshlab/files/patch-glu')
-rw-r--r-- | cad/meshlab/files/patch-glu | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cad/meshlab/files/patch-glu b/cad/meshlab/files/patch-glu index 9b573460317e..eae7d1f63f01 100644 --- a/cad/meshlab/files/patch-glu +++ b/cad/meshlab/files/patch-glu @@ -1,10 +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 {
+ #include "SyntopiaCore/Math/Vector3.h" + #include <QGLWidget> + #include <QtOpenGL> ++#include <GL/glu.h> + + namespace SyntopiaCore { + namespace GLEngine { |