aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/atom_sink.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-16 16:52:53 +0100
committerDavid Robillard <d@drobilla.net>2020-12-16 16:52:53 +0100
commitbf4ceb41a88f9adcaa5ec77db6e37f904c43d158 (patch)
tree1026b9fd0dbcc9934a269f72dee532592406e06d /plugins/eg-sampler.lv2/atom_sink.h
parentebd7d6fd1b8353ada9e3bfd6921b6dc834e7c46f (diff)
downloadlv2-bf4ceb41a88f9adcaa5ec77db6e37f904c43d158.tar.xz
Clean up includes
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.