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/ClashAvoider.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ingen/ClashAvoider.hpp') diff --git a/ingen/ClashAvoider.hpp b/ingen/ClashAvoider.hpp index c07273f0..5a92870d 100644 --- a/ingen/ClashAvoider.hpp +++ b/ingen/ClashAvoider.hpp @@ -21,6 +21,7 @@ #include +#include "ingen/ingen.h" #include "raul/Path.hpp" #include "raul/URI.hpp" @@ -32,7 +33,7 @@ class Store; * * @ingroup ingen */ -class ClashAvoider +class INGEN_API ClashAvoider { public: ClashAvoider(const Store& store); -- cgit v1.2.1