From 973b8fbca869e062f39caac140b39406ad9896c5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Sep 2018 13:32:00 +0200 Subject: Clean up includes --- lv2/atom/atom-test.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lv2/atom/atom-test.c') diff --git a/lv2/atom/atom-test.c b/lv2/atom/atom-test.c index d694e4b..98c9ae2 100644 --- a/lv2/atom/atom-test.c +++ b/lv2/atom/atom-test.c @@ -15,12 +15,16 @@ */ #include +#include #include #include #include +#include +#include "lv2/atom/atom.h" #include "lv2/atom/forge.h" #include "lv2/atom/util.h" +#include "lv2/urid/urid.h" char** uris = NULL; uint32_t n_uris = 0; -- cgit v1.2.1