summaryrefslogtreecommitdiff
blob: 95672153022fca1d6417518ecd4e8f22c4dc185c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ruN FreeCAD-0.12.5284.orig/src/Mod/Image/Gui/GLImageBox.cpp FreeCAD-0.12.5284/src/Mod/Image/Gui/GLImageBox.cpp
--- FreeCAD-0.12.5284.orig/src/Mod/Image/Gui/GLImageBox.cpp	2012-01-03 13:24:30.000000000 +0100
+++ FreeCAD-0.12.5284/src/Mod/Image/Gui/GLImageBox.cpp	2012-01-06 10:26:38.000000000 +0100
@@ -27,6 +27,8 @@
 # include <GL/glext.h>
 #endif
 
+#include <GL/glu.h>
+
 #include "GLImageBox.h"
 
 using namespace ImageGui;