a/math: Add stdbool include to m_lowpass_integer.h

This commit is contained in:
Malek 2022-12-12 08:24:20 +00:00
parent 2abcc17178
commit 5c013bcecd

View file

@ -4,12 +4,14 @@
* @file
* @brief Low-pass IIR filter for integers - C wrapper
* @author Ryan Pavlik <ryan.pavlik@collabora.com>
* @author Malek Hodroj <pocmalek@gmail.com>
* @ingroup aux_math
*/
#pragma once
#include <stdint.h>
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {