ports/graphics/meshviewer/files/patch-qt4__glmesh.cpp
Dmitry Marakasov 00216d6ae4 - Fix LICENSE
- Simplify docs installation
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-02-06 23:40:46 +00:00

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;