summaryrefslogtreecommitdiffstats
path: root/ingen/SocketReader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/SocketReader.hpp')
-rw-r--r--ingen/SocketReader.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ingen/SocketReader.hpp b/ingen/SocketReader.hpp
index 12b3e88b..88d24994 100644
--- a/ingen/SocketReader.hpp
+++ b/ingen/SocketReader.hpp
@@ -19,6 +19,7 @@
#include <thread>
+#include "ingen/ingen.h"
#include "raul/Socket.hpp"
#include "sord/sord.h"
@@ -28,7 +29,7 @@ class Interface;
class World;
/** Calls Interface methods based on Turtle messages received via socket. */
-class SocketReader
+class INGEN_API SocketReader
{
public:
SocketReader(World& world,