Skip to content
Snippets Groups Projects
Commit 70829da2 authored by Oliver Bock's avatar Oliver Bock
Browse files

Added missing GLU header

parent d37f3d94
Branches
No related tags found
No related merge requests found
......@@ -28,6 +28,12 @@
#include <QMouseEvent>
#include <QDebug>
#ifdef __APPLE__
#include <OpenGL/glu.h>
#else
#include <GL/glu.h>
#endif
#define PI 3.14159265
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment