mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
- Simplify docs installation - Switch to options helpers - Regenerate patches with `make makepatch`
11 lines
224 B
C++
11 lines
224 B
C++
--- qt4/glmesh.cpp.orig 2008-09-09 21:38:45 UTC
|
|
+++ qt4/glmesh.cpp
|
|
@@ -21,6 +21,8 @@
|
|
#include "mview.h"
|
|
#include "coordinates.h"
|
|
|
|
+#include <GL/glu.h>
|
|
+
|
|
// for FPS
|
|
unsigned long timeCounter;
|
|
unsigned int frameCounter;
|