mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
a/math: Add stdbool include to m_lowpass_integer.h
This commit is contained in:
parent
2abcc17178
commit
5c013bcecd
|
@ -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" {
|
||||
|
|
Loading…
Reference in a new issue