summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral/SMFReader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/evoral/evoral/SMFReader.hpp')
-rw-r--r--libs/evoral/evoral/SMFReader.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/evoral/evoral/SMFReader.hpp b/libs/evoral/evoral/SMFReader.hpp
index 91dd31da21..df7dc7073f 100644
--- a/libs/evoral/evoral/SMFReader.hpp
+++ b/libs/evoral/evoral/SMFReader.hpp
@@ -24,6 +24,8 @@
#include <string>
#include <inttypes.h>
+#include "evoral/visibility.h"
+
namespace Evoral {
@@ -31,7 +33,7 @@ namespace Evoral {
*
* Currently this only reads SMF files with tempo-based timing.
*/
-class SMFReader {
+class LIBEVORAL_API SMFReader {
public:
class PrematureEOF : public std::exception {
const char* what() const throw() { return "Unexpected end of file"; }