summaryrefslogtreecommitdiffstats
path: root/ingen/Interface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Interface.hpp')
-rw-r--r--ingen/Interface.hpp4
1 files changed, 3 insertions, 1 deletions
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 <string>
#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