summaryrefslogtreecommitdiffstats
path: root/src/socket
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-11 04:38:12 +0000
committerDavid Robillard <d@drobilla.net>2012-05-11 04:38:12 +0000
commita04c4965e3df113125b82d1b921043898d60ba6c (patch)
tree848e5c944e6af257f7c9da3ddd487e29ec226c63 /src/socket
parentf90d64eb7d90dc03fe4215bef8d77de51ca0ae78 (diff)
downloadingen-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 'src/socket')
-rw-r--r--src/socket/SocketClient.hpp2
-rw-r--r--src/socket/ingen_socket_client.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/socket/SocketClient.hpp b/src/socket/SocketClient.hpp
index f216a166..a58f92a5 100644
--- a/src/socket/SocketClient.hpp
+++ b/src/socket/SocketClient.hpp
@@ -17,6 +17,8 @@
#ifndef INGEN_SOCKET_SOCKET_CLIENT_HPP
#define INGEN_SOCKET_SOCKET_CLIENT_HPP
+#include <string>
+
#include "SocketReader.hpp"
#include "SocketWriter.hpp"
diff --git a/src/socket/ingen_socket_client.cpp b/src/socket/ingen_socket_client.cpp
index 8b57683c..b10d598e 100644
--- a/src/socket/ingen_socket_client.cpp
+++ b/src/socket/ingen_socket_client.cpp
@@ -14,6 +14,8 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <string>
+
#include "ingen/shared/Module.hpp"
#include "ingen/shared/World.hpp"
#include "raul/log.hpp"