blob: daaf3f4404a176ba90938a5e61da621bca4f0977 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ./qtiplot/src/plot3D/Cone3D.cpp.orig 2010-09-27 07:12:48.000000000 +0000
+++ ./qtiplot/src/plot3D/Cone3D.cpp 2012-04-16 21:30:38.879058155 +0000
@@ -31,6 +31,7 @@
#include "qwt3d_plot.h"
#include <qwt3d_curve.h>
#include "Cone3D.h"
+#include "GL/glu.h"
using namespace Qwt3D;
|