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/Buffer.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/server/Buffer.hpp') diff --git a/src/server/Buffer.hpp b/src/server/Buffer.hpp index cf36bc21..6dcf241b 100644 --- a/src/server/Buffer.hpp +++ b/src/server/Buffer.hpp @@ -23,6 +23,7 @@ #include #include "ingen/types.hpp" +#include "ingen/ingen.h" #include "lv2/lv2plug.in/ns/ext/atom/atom.h" #include "lv2/lv2plug.in/ns/ext/urid/urid.h" #include "raul/Deletable.hpp" @@ -38,7 +39,7 @@ class Context; class Engine; class BufferFactory; -class Buffer : public boost::noncopyable +class INGEN_API Buffer : public boost::noncopyable { public: Buffer(BufferFactory& bufs, -- cgit v1.2.1