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/Interface.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ingen/Interface.hpp') diff --git a/ingen/Interface.hpp b/ingen/Interface.hpp index 042bd3f7..7d13b725 100644 --- a/ingen/Interface.hpp +++ b/ingen/Interface.hpp @@ -26,6 +26,7 @@ #include "ingen/Resource.hpp" #include "ingen/Status.hpp" +#include "ingen/ingen.h" #include "ingen/types.hpp" namespace Raul { @@ -41,7 +42,7 @@ namespace Ingen { * * @ingroup Ingen */ -class Interface +class INGEN_API Interface { public: virtual ~Interface() {} -- cgit v1.2.1