blob: 31c8a5ee7af27b6ff09cd155aef86b00fae2fb4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
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>
|