include proper header (#96)

Include header for arm_accumulate_f64, same as how _f32
works to address the following GCC warning when enabled:

Source/StatisticsFunctions/arm_accumulate_f64.c:97:6:
warning: no previous declaration for 'arm_accumulate_f64' [-Wmissing-declarations]
   97 | void arm_accumulate_f64(
      |      ^~~~~~~~~~~~~~~~~~
pull/100/head
Richard Allen 3 years ago committed by GitHub
parent e8d1f3a10c
commit ac64fccfc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include "dsp/basic_math_functions.h" #include "dsp/statistics_functions.h"
/** /**
@ingroup groupStats @ingroup groupStats

Loading…
Cancel
Save