diff options
Diffstat (limited to 'gr-blocks/lib/float_to_int_impl.h')
-rw-r--r-- | gr-blocks/lib/float_to_int_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/float_to_int_impl.h b/gr-blocks/lib/float_to_int_impl.h index 71775fcb1c..d437b50cfa 100644 --- a/gr-blocks/lib/float_to_int_impl.h +++ b/gr-blocks/lib/float_to_int_impl.h @@ -23,7 +23,7 @@ #ifndef INCLUDED_FLOAT_TO_INT_IMPL_H #define INCLUDED_FLOAT_TO_INT_IMPL_H -#include <blocks/float_to_int.h> +#include <gnuradio/blocks/float_to_int.h> namespace gr { namespace blocks { |