diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-02 16:02:33 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-02 16:02:33 -0700 |
commit | eea870b1dd9c5b90dfa7d94e6a15ffe44cfbee7f (patch) | |
tree | af3aa889c94cff9c503edefeaf19cb3635693bfb /gr-qtgui/include/qtgui/TimeRasterDisplayPlot.h | |
parent | e648165dcc7609524681b5eaf9620798b75b8420 (diff) | |
parent | 9acf35715fbb8aca5a991a3f41965db8f4cde683 (diff) |
Merge branch 'runtime-gruel' into next
Conflicts:
gnuradio-runtime/lib/CMakeLists.txt
Diffstat (limited to 'gr-qtgui/include/qtgui/TimeRasterDisplayPlot.h')
-rw-r--r-- | gr-qtgui/include/qtgui/TimeRasterDisplayPlot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/include/qtgui/TimeRasterDisplayPlot.h b/gr-qtgui/include/qtgui/TimeRasterDisplayPlot.h index c1ea427769..fce22e9df1 100644 --- a/gr-qtgui/include/qtgui/TimeRasterDisplayPlot.h +++ b/gr-qtgui/include/qtgui/TimeRasterDisplayPlot.h @@ -30,7 +30,7 @@ #include <qtgui/DisplayPlot.h> #include <qtgui/timeRasterGlobalData.h> #include <qtgui/plot_raster.h> -#include <gruel/high_res_timer.h> +#include <high_res_timer.h> #if QWT_VERSION < 0x060000 #include <qtgui/plot_waterfall.h> |