summaryrefslogtreecommitdiff
path: root/gr-qtgui/src/lib/TimeDomainDisplayPlot.h
diff options
context:
space:
mode:
authorJosh Blum2011-01-17 17:41:27 -0800
committerJosh Blum2011-01-17 17:41:27 -0800
commit3a088db9eb79cce564650a7c2c4b4dd744b77ce8 (patch)
tree1c09d0e614cd1992866256b764cf4d6058700bd9 /gr-qtgui/src/lib/TimeDomainDisplayPlot.h
parent31bbbec88b19230eb37b197d7623c3671e57837e (diff)
downloadgnuradio-3a088db9eb79cce564650a7c2c4b4dd744b77ce8.tar.gz
gnuradio-3a088db9eb79cce564650a7c2c4b4dd744b77ce8.tar.bz2
gnuradio-3a088db9eb79cce564650a7c2c4b4dd744b77ce8.zip
qtgui missing stdint include fix:
These files use stdint types but did not include the header stdint.h
Diffstat (limited to 'gr-qtgui/src/lib/TimeDomainDisplayPlot.h')
-rw-r--r--gr-qtgui/src/lib/TimeDomainDisplayPlot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-qtgui/src/lib/TimeDomainDisplayPlot.h b/gr-qtgui/src/lib/TimeDomainDisplayPlot.h
index 5525bbabe..952b5c8cf 100644
--- a/gr-qtgui/src/lib/TimeDomainDisplayPlot.h
+++ b/gr-qtgui/src/lib/TimeDomainDisplayPlot.h
@@ -1,6 +1,7 @@
#ifndef TIME_DOMAIN_DISPLAY_PLOT_HPP
#define TIME_DOMAIN_DISPLAY_PLOT_HPP
+#include <stdint.h>
#include <cstdio>
#include <qwt_plot.h>
#include <qwt_painter.h>