c3366746d2
- Simplify documentation installation - Disable precompiled headers to fix build with old gcc on -current kernel MFH: 2015Q2
11 lines
445 B
C++
11 lines
445 B
C++
--- triangle_mesh_viewer_display.cpp.orig 2009-10-04 22:26:36 UTC
|
|
+++ triangle_mesh_viewer_display.cpp
|
|
@@ -24,6 +24,8 @@
|
|
#include "matrix33.h"
|
|
#include "triangle_mesh_viewer.h"
|
|
|
|
+#include <GL/glu.h>
|
|
+
|
|
TriangleMeshViewerDisplay::TriangleMeshViewerDisplay(TriangleMeshViewer* parent,const QGLFormat& format,const ParametersRender* param,const std::vector<const TriangleMesh*>& m,bool verbose)
|
|
:QGLWidget(format,parent)
|
|
,_notify(*parent)
|