diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/persist.lv2/persist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/persist.lv2/persist.h b/ext/persist.lv2/persist.h index f0c0907..69f1181 100644 --- a/ext/persist.lv2/persist.h +++ b/ext/persist.lv2/persist.h @@ -26,8 +26,11 @@ #define LV2_PERSIST_H #include <stdbool.h> +#include <stddef.h> #include <stdint.h> +#include "lv2/lv2plug.in/ns/lv2core/lv2.h" + #ifdef __cplusplus extern "C" { #endif |