summaryrefslogtreecommitdiff
path: root/libs/timecode
diff options
context:
space:
mode:
Diffstat (limited to 'libs/timecode')
-rw-r--r--libs/timecode/timecode/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/timecode/timecode/time.h b/libs/timecode/timecode/time.h
index 8db7828680..65cd3d7a13 100644
--- a/libs/timecode/timecode/time.h
+++ b/libs/timecode/timecode/time.h
@@ -141,6 +141,6 @@ void LIBTIMECODE_API sample_to_timecode (
} // namespace Timecode
-std::ostream& operator<< (std::ostream& ostr, const Timecode::Time& t);
+extern LIBTIMECODE_API std::ostream& operator<< (std::ostream& ostr, const Timecode::Time& t);
#endif // __timecode_time_h__