summaryrefslogtreecommitdiffstats
path: root/ingen/client
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/client')
-rw-r--r--ingen/client/PluginModel.hpp1
-rw-r--r--ingen/client/SigClientInterface.hpp2
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"