summaryrefslogtreecommitdiff
path: root/libs/timecode/timecode/bbt_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/timecode/timecode/bbt_time.h')
-rw-r--r--libs/timecode/timecode/bbt_time.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/timecode/timecode/bbt_time.h b/libs/timecode/timecode/bbt_time.h
index b8be0774bd..9e2a48383b 100644
--- a/libs/timecode/timecode/bbt_time.h
+++ b/libs/timecode/timecode/bbt_time.h
@@ -23,10 +23,12 @@
#include <stdint.h>
#include <iomanip>
+#include "timecode/visibility.h"
+
namespace Timecode {
/** Bar, Beat, Tick Time (i.e. Tempo-Based Time) */
-struct BBT_Time {
+struct LIBTIMECODE_API BBT_Time {
static const double ticks_per_beat;
uint32_t bars;