From a04c4965e3df113125b82d1b921043898d60ba6c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 May 2012 04:38:12 +0000 Subject: Add missing includes. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4348 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/Interface.hpp | 2 ++ ingen/client/PluginModel.hpp | 1 + ingen/client/SigClientInterface.hpp | 2 ++ ingen/shared/AtomWriter.hpp | 2 ++ ingen/shared/ClashAvoider.hpp | 1 + ingen/shared/Forge.hpp | 2 ++ 6 files changed, 10 insertions(+) (limited to 'ingen') diff --git a/ingen/Interface.hpp b/ingen/Interface.hpp index 96a438a9..81a4100d 100644 --- a/ingen/Interface.hpp +++ b/ingen/Interface.hpp @@ -17,6 +17,8 @@ #ifndef INGEN_INTERFACE_HPP #define INGEN_INTERFACE_HPP +#include + #include "ingen/Resource.hpp" #include "ingen/Status.hpp" #include "raul/SharedPtr.hpp" diff --git a/ingen/client/PluginModel.hpp b/ingen/client/PluginModel.hpp index 46e7b116..f7000065 100644 --- a/ingen/client/PluginModel.hpp +++ b/ingen/client/PluginModel.hpp @@ -18,6 +18,7 @@ #define INGEN_CLIENT_PLUGINMODEL_HPP #include +#include #include #include "lilv/lilv.h" diff --git a/ingen/client/SigClientInterface.hpp b/ingen/client/SigClientInterface.hpp index 319ed228..dbc655dd 100644 --- a/ingen/client/SigClientInterface.hpp +++ b/ingen/client/SigClientInterface.hpp @@ -19,6 +19,8 @@ #include +#include + #include "raul/Path.hpp" #include "ingen/Interface.hpp" diff --git a/ingen/shared/AtomWriter.hpp b/ingen/shared/AtomWriter.hpp index 32997c66..1eae7a80 100644 --- a/ingen/shared/AtomWriter.hpp +++ b/ingen/shared/AtomWriter.hpp @@ -17,6 +17,8 @@ #ifndef INGEN_SHARED_ATOM_WRITER_HPP #define INGEN_SHARED_ATOM_WRITER_HPP +#include + #include "ingen/Interface.hpp" #include "ingen/shared/URIs.hpp" #include "lv2/lv2plug.in/ns/ext/atom/forge.h" diff --git a/ingen/shared/ClashAvoider.hpp b/ingen/shared/ClashAvoider.hpp index 5b62ef53..77be091e 100644 --- a/ingen/shared/ClashAvoider.hpp +++ b/ingen/shared/ClashAvoider.hpp @@ -20,6 +20,7 @@ #include #include +#include #include "ingen/Interface.hpp" diff --git a/ingen/shared/Forge.hpp b/ingen/shared/Forge.hpp index 8f7facb2..36de8758 100644 --- a/ingen/shared/Forge.hpp +++ b/ingen/shared/Forge.hpp @@ -17,6 +17,8 @@ #ifndef INGEN_FORGE_HPP #define INGEN_FORGE_HPP +#include + #include "ingen/shared/Forge.hpp" #include "raul/Atom.hpp" -- cgit v1.2.1