summaryrefslogtreecommitdiff
path: root/graphics/meshviewer/files/patch-qt4__glmesh_common.cpp
blob: 2e76fa74765d9f9f6c104a09ea71f03135426480 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- qt4/glmesh_common.cpp.orig	2010-10-15 15:35:52 UTC
+++ qt4/glmesh_common.cpp
@@ -10,6 +10,8 @@
 
 #include "glmesh.h"
 
+#include <GL/glu.h>
+
 void GLMesh::checkForTraps(const char *string, int value)
 {
   GLenum errorCode = glGetError();