From d744e4d421c313a3b4d786e11a311f73da19fc41 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Dec 2017 09:20:16 -0500 Subject: Clean up includes in public headers --- ingen/InstanceAccess.hpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ingen/InstanceAccess.hpp') diff --git a/ingen/InstanceAccess.hpp b/ingen/InstanceAccess.hpp index 443f5f55..c1d9dcbe 100644 --- a/ingen/InstanceAccess.hpp +++ b/ingen/InstanceAccess.hpp @@ -17,9 +17,16 @@ #ifndef INGEN_ENGINE_INSTANCEACCESS_HPP #define INGEN_ENGINE_INSTANCEACCESS_HPP +#include + #include "ingen/LV2Features.hpp" +#include "ingen/Node.hpp" #include "ingen/Store.hpp" #include "ingen/World.hpp" +#include "ingen/types.hpp" +#include "lilv/lilv.h" + +#include "lv2/lv2plug.in/ns/lv2core/lv2.h" namespace Ingen { -- cgit v1.2.1