PDA

View Full Version : A small include bug in qwt_point_mapper.cpp



alex_sh
20th October 2011, 11:51
Hello,

I found a small issue in SVN version of Qwt.
qwt_point_mapper.cpp contains:


#include <qwt_point_mapper.h>
#include <qwt_scale_map.h>
#include <qwt_pixel_matrix.h>


I think these should be in "", not <>. Otherwise it may break in some other build systems (like the one I use) which don't set the include path to Qwt directory when building it.

Cheers