add export control to libevoral
[ardour.git] / libs / evoral / evoral / SMF.hpp
index 8bd05444c45491b1374de1c815e00e069a5896b8..91bc928d9abb81560a427b17a17a280ad03021d8 100644 (file)
@@ -21,6 +21,8 @@
 #define EVORAL_SMF_HPP
 
 #include <cassert>
+
+#include "evoral/visibility.h"
 #include "evoral/types.hpp"
 
 struct smf_struct;
@@ -35,7 +37,7 @@ namespace Evoral {
 /** Standard Midi File.
  * Currently only tempo-based time of a given PPQN is supported.
  */
-class SMF {
+class LIBEVORAL_API SMF {
 public:
        class FileError : public std::exception {
        public: