From e5da085b75ff7c33a10ac2b03434d487c47340f2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 2 Mar 2015 17:14:31 +0000 Subject: Fix compilation with -fvisibility=hidden. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5611 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/SocketReader.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ingen/SocketReader.hpp') 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 +#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, -- cgit v1.2.1