diff options
Diffstat (limited to 'gnuradio-runtime/lib/pmt/pmt_unv_int.h')
-rw-r--r-- | gnuradio-runtime/lib/pmt/pmt_unv_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/pmt/pmt_unv_int.h b/gnuradio-runtime/lib/pmt/pmt_unv_int.h index c2e2617f63..d48d834636 100644 --- a/gnuradio-runtime/lib/pmt/pmt_unv_int.h +++ b/gnuradio-runtime/lib/pmt/pmt_unv_int.h @@ -25,8 +25,8 @@ #include "pmt_int.h" -#include <vector> #include <cstdint> +#include <vector> namespace pmt { //////////////////////////////////////////////////////////////////////////// |