diff options
Diffstat (limited to 'ingen/Log.hpp')
-rw-r--r-- | ingen/Log.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ingen/Log.hpp b/ingen/Log.hpp index 3574ae3e..1db1ac6b 100644 --- a/ingen/Log.hpp +++ b/ingen/Log.hpp @@ -21,6 +21,7 @@ #include <boost/format.hpp> +#include "ingen/ingen.h" #include "lv2/lv2plug.in/ns/ext/log/log.h" namespace Ingen { @@ -29,7 +30,7 @@ typedef boost::basic_format<char> fmt; class URIs; -class Log { +class INGEN_API Log { public: Log(LV2_Log_Log* log, URIs& uris); |