From a4b8955f3eb87405ceafe5c8680d9439f441458e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 16 Apr 2009 16:02:25 +0000 Subject: part 2 of 3 of the 2.8 -> 3.0 merge git-svn-id: svn://localhost/ardour2/branches/3.0@4987 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/chan_count.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libs/ardour/ardour/chan_count.h') diff --git a/libs/ardour/ardour/chan_count.h b/libs/ardour/ardour/chan_count.h index 38cc04b977..ff70be6bb6 100644 --- a/libs/ardour/ardour/chan_count.h +++ b/libs/ardour/ardour/chan_count.h @@ -20,6 +20,8 @@ #ifndef __ardour_chan_count_h__ #define __ardour_chan_count_h__ +#include + #include "ardour/data_type.h" #include @@ -109,8 +111,9 @@ private: uint32_t _counts[DataType::num_types]; }; - } // namespace ARDOUR +std::ostream& operator<<(std::ostream& o, const ARDOUR::ChanCount& c); + #endif // __ardour_chan_count_h__ -- cgit v1.2.3