aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/peaks.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/peaks.h
parentebd7d6fd1b8353ada9e3bfd6921b6dc834e7c46f (diff)
downloadlv2-bf4ceb41a88f9adcaa5ec77db6e37f904c43d158.tar.xz
Clean up includes
Diffstat (limited to 'plugins/eg-sampler.lv2/peaks.h')
-rw-r--r--plugins/eg-sampler.lv2/peaks.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/eg-sampler.lv2/peaks.h b/plugins/eg-sampler.lv2/peaks.h
index 4a51cd7..f3d2f04 100644
--- a/plugins/eg-sampler.lv2/peaks.h
+++ b/plugins/eg-sampler.lv2/peaks.h
@@ -28,10 +28,16 @@
#ifndef PEAKS_H_INCLUDED
#define PEAKS_H_INCLUDED
+#include "lv2/atom/atom.h"
#include "lv2/atom/forge.h"
+#include "lv2/atom/util.h"
+#include "lv2/urid/urid.h"
#include <math.h>
+#include <stdbool.h>
+#include <stdint.h>
#include <stdlib.h>
+#include <string.h>
#define PEAKS_URI "http://lv2plug.in/ns/peaks#"
#define PEAKS__PeakUpdate PEAKS_URI "PeakUpdate"