Fix size_t definition missing in sfizz.h

This commit is contained in:
Jean Pierre Cimalando 2020-02-25 10:56:17 +01:00
parent cd8b56f29e
commit 530a31de1d

View file

@ -10,6 +10,7 @@
*/
#pragma once
#include <stddef.h>
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {