summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/edit_box_msg_impl.cc
diff options
context:
space:
mode:
authorAndrej Rode <mail@andrejro.de>2018-03-03 19:01:58 +0100
committerMarcus Müller <marcus@hostalia.de>2018-03-04 11:38:03 +0100
commitcbd03b4f2e2ebab1ec3bdca02854d7f2491b8a1d (patch)
tree53993a2fdced24833c25336bbc91b23244e9efdd /gr-qtgui/lib/edit_box_msg_impl.cc
parent7e758dd41aa8ff72e6be903d682dbdd922ecc8dc (diff)
cleanup: add missing includes + reorder qtgui includes correctly
Diffstat (limited to 'gr-qtgui/lib/edit_box_msg_impl.cc')
-rw-r--r--gr-qtgui/lib/edit_box_msg_impl.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-qtgui/lib/edit_box_msg_impl.cc b/gr-qtgui/lib/edit_box_msg_impl.cc
index 0dee1fa18b..7050c74985 100644
--- a/gr-qtgui/lib/edit_box_msg_impl.cc
+++ b/gr-qtgui/lib/edit_box_msg_impl.cc
@@ -25,9 +25,11 @@
#endif
#include "edit_box_msg_impl.h"
+
#include <gnuradio/io_signature.h>
#include <gnuradio/prefs.h>
#include <gnuradio/qtgui/utils.h>
+
#include <boost/lexical_cast.hpp>
namespace gr {