aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/atom_sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/eg-sampler.lv2/atom_sink.h')
-rw-r--r--plugins/eg-sampler.lv2/atom_sink.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/eg-sampler.lv2/atom_sink.h b/plugins/eg-sampler.lv2/atom_sink.h
index b84ca55..659b767 100644
--- a/plugins/eg-sampler.lv2/atom_sink.h
+++ b/plugins/eg-sampler.lv2/atom_sink.h
@@ -14,7 +14,12 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "lv2/atom/atom.h"
#include "lv2/atom/forge.h"
+#include "lv2/atom/util.h"
+
+#include <stdint.h>
+#include <string.h>
/**
A forge sink that writes to an atom buffer.