diff options
Diffstat (limited to 'gr-fec/lib/ldpc_G_matrix_impl.cc')
-rw-r--r-- | gr-fec/lib/ldpc_G_matrix_impl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-fec/lib/ldpc_G_matrix_impl.cc b/gr-fec/lib/ldpc_G_matrix_impl.cc index a17c571ec9..4a680cbdd2 100644 --- a/gr-fec/lib/ldpc_G_matrix_impl.cc +++ b/gr-fec/lib/ldpc_G_matrix_impl.cc @@ -24,9 +24,9 @@ #include "ldpc_G_matrix_impl.h" #include <math.h> #include <fstream> -#include <vector> -#include <sstream> #include <iostream> +#include <sstream> +#include <vector> namespace gr { namespace fec { |