summaryrefslogtreecommitdiffstats
path: root/ingen/client/SocketClient.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/client/SocketClient.hpp')
-rw-r--r--ingen/client/SocketClient.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ingen/client/SocketClient.hpp b/ingen/client/SocketClient.hpp
index c8da1e80..e6ed6c6c 100644
--- a/ingen/client/SocketClient.hpp
+++ b/ingen/client/SocketClient.hpp
@@ -19,12 +19,13 @@
#include "ingen/SocketReader.hpp"
#include "ingen/SocketWriter.hpp"
+#include "ingen/ingen.h"
namespace Ingen {
namespace Client {
/** The client side of an Ingen socket connection. */
-class SocketClient : public SocketWriter
+class INGEN_API SocketClient : public SocketWriter
{
public:
SocketClient(World& world,