qtiplot-0.9.8.9-qt48.patch 984 B

123456789101112131415161718192021222324252627282930
  1. 3rdparty/qwtplot3d/include/qwt3d_openglhelper.h | 2 ++
  2. qtiplot/src/plot3D/Cone3D.cpp | 1 +
  3. 2 files changed, 3 insertions(+), 0 deletions(-)
  4. diff --git a/3rdparty/qwtplot3d/include/qwt3d_openglhelper.h b/3rdparty/qwtplot3d/include/qwt3d_openglhelper.h
  5. index 0ee80de..3d02e3f 100755
  6. --- a/3rdparty/qwtplot3d/include/qwt3d_openglhelper.h
  7. +++ b/3rdparty/qwtplot3d/include/qwt3d_openglhelper.h
  8. @@ -8,6 +8,8 @@
  9. #include <QtOpenGL/qgl.h>
  10. #endif
  11. +#include <GL/glu.h>
  12. +
  13. namespace Qwt3D
  14. {
  15. diff --git a/qtiplot/src/plot3D/Cone3D.cpp b/qtiplot/src/plot3D/Cone3D.cpp
  16. index 16df12d..169d5c7 100755
  17. --- a/qtiplot/src/plot3D/Cone3D.cpp
  18. +++ b/qtiplot/src/plot3D/Cone3D.cpp
  19. @@ -27,6 +27,7 @@
  20. * *
  21. ***************************************************************************/
  22. #include <math.h>
  23. +#include <GL/glu.h>
  24. #include "qwt3d_color.h"
  25. #include "qwt3d_plot.h"
  26. #include <qwt3d_curve.h>