diff options
author | David Robillard <d@drobilla.net> | 2012-05-11 04:38:12 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-05-11 04:38:12 +0000 |
commit | a04c4965e3df113125b82d1b921043898d60ba6c (patch) | |
tree | 848e5c944e6af257f7c9da3ddd487e29ec226c63 /ingen/client | |
parent | f90d64eb7d90dc03fe4215bef8d77de51ca0ae78 (diff) | |
download | ingen-a04c4965e3df113125b82d1b921043898d60ba6c.tar.gz ingen-a04c4965e3df113125b82d1b921043898d60ba6c.tar.bz2 ingen-a04c4965e3df113125b82d1b921043898d60ba6c.zip |
Add missing includes.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4348 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen/client')
-rw-r--r-- | ingen/client/PluginModel.hpp | 1 | ||||
-rw-r--r-- | ingen/client/SigClientInterface.hpp | 2 |
2 files changed, 3 insertions, 0 deletions
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 <list> +#include <string> #include <utility> #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 <stdint.h> +#include <string> + #include "raul/Path.hpp" #include "ingen/Interface.hpp" |