--- gr-qtgui/include/gnuradio/qtgui/plot_waterfall.h.orig 2024-02-19 05:17:32 UTC +++ gr-qtgui/include/gnuradio/qtgui/plot_waterfall.h @@ -28,8 +28,10 @@ #include #if QWT_VERSION >= 0x060000 -#include -#include // doesn't seem necessary, but is... +#include +#include + +typedef QwtInterval QwtDoubleInterval; #endif class QwtColorMap;