blob: 31c8a5ee7af27b6ff09cd155aef86b00fae2fb4a [file] [log] [blame]
3rdparty/qwtplot3d/include/qwt3d_openglhelper.h | 2 ++
qtiplot/src/plot3D/Cone3D.cpp | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/3rdparty/qwtplot3d/include/qwt3d_openglhelper.h b/3rdparty/qwtplot3d/include/qwt3d_openglhelper.h
index 0ee80de..3d02e3f 100755
--- a/3rdparty/qwtplot3d/include/qwt3d_openglhelper.h
+++ b/3rdparty/qwtplot3d/include/qwt3d_openglhelper.h
@@ -8,6 +8,8 @@
#include <QtOpenGL/qgl.h>
#endif
+#include <GL/glu.h>
+
namespace Qwt3D
{
diff --git a/qtiplot/src/plot3D/Cone3D.cpp b/qtiplot/src/plot3D/Cone3D.cpp
index 16df12d..169d5c7 100755
--- a/qtiplot/src/plot3D/Cone3D.cpp
+++ b/qtiplot/src/plot3D/Cone3D.cpp
@@ -27,6 +27,7 @@
* *
***************************************************************************/
#include <math.h>
+#include <GL/glu.h>
#include "qwt3d_color.h"
#include "qwt3d_plot.h"
#include <qwt3d_curve.h>