diff --git a/libs/ardour/ardour/tempo.h b/libs/ardour/ardour/tempo.h index 627618d8c3..6c760958db 100644 --- a/libs/ardour/ardour/tempo.h +++ b/libs/ardour/ardour/tempo.h @@ -588,8 +588,8 @@ private: }; /* namespace ARDOUR */ -std::ostream& operator<< (std::ostream&, const ARDOUR::Meter&); -std::ostream& operator<< (std::ostream&, const ARDOUR::Tempo&); -std::ostream& operator<< (std::ostream&, const ARDOUR::MetricSection&); +LIBARDOUR_API std::ostream& operator<< (std::ostream&, const ARDOUR::Meter&); +LIBARDOUR_API std::ostream& operator<< (std::ostream&, const ARDOUR::Tempo&); +LIBARDOUR_API std::ostream& operator<< (std::ostream&, const ARDOUR::MetricSection&); #endif /* __ardour_tempo_h__ */