include proper header

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/96/head
Richard Allen 3 years ago
parent e8d1f3a10c
commit acd4dff1e7

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

Loading…
Cancel
Save