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/Interface.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ingen/Interface.hpp') diff --git a/ingen/Interface.hpp b/ingen/Interface.hpp index 3b33f813..e22add9a 100644 --- a/ingen/Interface.hpp +++ b/ingen/Interface.hpp @@ -25,19 +25,21 @@ #include #include "ingen/Message.hpp" +#include "ingen/Properties.hpp" #include "ingen/Resource.hpp" #include "ingen/Status.hpp" #include "ingen/ingen.h" #include "ingen/types.hpp" namespace Raul { -class Atom; class Path; class URI; } namespace Ingen { +class Atom; + /** Abstract interface for Ingen servers and clients. * * @ingroup Ingen -- cgit v1.2.1