mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
- Simplify docs installation - Switch to options helpers - Regenerate patches with `make makepatch`
11 lines
245 B
C++
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();
|