Fix size_t definition missing in sfizz.h
This commit is contained in:
parent
cd8b56f29e
commit
530a31de1d
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
*/
|
||||
|
||||
#pragma once
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue