diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-05-23 11:21:42 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-05-23 11:21:42 -0400 |
commit | c2bab9d97890df334ffdf4d8c3b14db42187c96b (patch) | |
tree | 4b00c3b12a2af5eba264ad8e3f9ab959e8c98238 /gr-analog/lib/agc3_cc_impl.h | |
parent | dc578ff0900cf0bfc4ebcc8585f85672b63735cd (diff) |
analog: fixing agc3 for new 3.7 style/structure. Added QA.
Diffstat (limited to 'gr-analog/lib/agc3_cc_impl.h')
-rw-r--r-- | gr-analog/lib/agc3_cc_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-analog/lib/agc3_cc_impl.h b/gr-analog/lib/agc3_cc_impl.h index 0913243fd6..28136ac6a2 100644 --- a/gr-analog/lib/agc3_cc_impl.h +++ b/gr-analog/lib/agc3_cc_impl.h @@ -23,7 +23,7 @@ #ifndef INCLUDED_ANALOG_AGC3_IMPL_CC_H #define INCLUDED_ANALOG_AGC3_IMPL_CC_H -#include <analog/agc3_cc.h> +#include <gnuradio/analog/agc3_cc.h> namespace gr { namespace analog { |