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 --- src/server/BufferFactory.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/server/BufferFactory.hpp') diff --git a/src/server/BufferFactory.hpp b/src/server/BufferFactory.hpp index 662c8149..97a5ca51 100644 --- a/src/server/BufferFactory.hpp +++ b/src/server/BufferFactory.hpp @@ -24,6 +24,7 @@ #include "ingen/Atom.hpp" #include "ingen/Forge.hpp" #include "ingen/URIs.hpp" +#include "ingen/ingen.h" #include "ingen/types.hpp" #include "raul/RingBuffer.hpp" @@ -39,7 +40,7 @@ namespace Server { class Engine; -class BufferFactory { +class INGEN_API BufferFactory { public: BufferFactory(Engine& engine, URIs& uris); ~BufferFactory(); -- cgit v1.2.1