diff options
author | David Robillard <d@drobilla.net> | 2011-07-06 04:02:52 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-07-06 04:02:52 +0000 |
commit | 260ef0094d77d9630edb7a04793af0ff1cbd9b2c (patch) | |
tree | 7d77386233fbce97385e59ad4f5fd0f0328fedb0 /ext/persist.lv2 | |
parent | bb2e7060ed001cdc4c47eb4cff4f87a30cbefb2c (diff) | |
download | lv2-260ef0094d77d9630edb7a04793af0ff1cbd9b2c.tar.xz |
Add missing includes
Diffstat (limited to 'ext/persist.lv2')
-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 |