diff options
Diffstat (limited to 'gr-blocks/lib/complex_to_mag_squared_impl.h')
-rw-r--r-- | gr-blocks/lib/complex_to_mag_squared_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/complex_to_mag_squared_impl.h b/gr-blocks/lib/complex_to_mag_squared_impl.h index 01851d2661..0cf22c8d9b 100644 --- a/gr-blocks/lib/complex_to_mag_squared_impl.h +++ b/gr-blocks/lib/complex_to_mag_squared_impl.h @@ -23,7 +23,7 @@ #ifndef INCLUDED_COMPLEX_TO_MAG_SQUARED_IMPL_H #define INCLUDED_COMPLEX_TO_MAG_SQUARED_IMPL_H -#include <blocks/complex_to_mag_squared.h> +#include <gnuradio/blocks/complex_to_mag_squared.h> namespace gr { namespace blocks { |