diff options
Diffstat (limited to 'gnuradio-runtime/lib/pmt/pmt.cc')
-rw-r--r-- | gnuradio-runtime/lib/pmt/pmt.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-runtime/lib/pmt/pmt.cc b/gnuradio-runtime/lib/pmt/pmt.cc index 4adb763e5f..67e1f557e8 100644 --- a/gnuradio-runtime/lib/pmt/pmt.cc +++ b/gnuradio-runtime/lib/pmt/pmt.cc @@ -24,13 +24,13 @@ #include <config.h> #endif -#include <vector> -#include <pmt/pmt.h> #include "pmt_int.h" #include <gnuradio/messages/msg_accepter.h> +#include <pmt/pmt.h> #include <pmt/pmt_pool.h> #include <stdio.h> #include <string.h> +#include <vector> namespace pmt { |