summaryrefslogtreecommitdiffstats
path: root/lib/tqwtplot3d/src/qwt3d_dataviews.cpp
blob: 7a022ddd37a25a2494c8d638da4d261282b03342 (plain)
1
2
3
4
5
6
7
8
9
10
#if defined(_MSC_VER) /* MSVC Compiler */
#pragma warning ( disable : 4305 )
#pragma warning ( disable : 4786 )
#endif

#include "qwt3d_plot.h"

using namespace std;
using namespace Qwt3D;