1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/cad/meshlab/files/patch-glu
2013-05-08 14:09:31 +00:00

11 lines
385 B
Plaintext

--- 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 {