opnsense-ports/graphics/meshviewer/files/patch-qt4__glmesh_common.cpp
Franco Fichtner 40cd0ebfc0 */*: sync with upstream
Taken from: FreeBSD
2016-02-07 16:27:40 +01:00

11 lines
245 B
C++

--- 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();