Mercurial > hg > qm-dsp
diff dsp/segmentation/Segmenter.cpp @ 493:bb78ca3fe7de
Remove "using" from some headers
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 31 May 2019 17:24:50 +0100 |
parents | d48276a3ae24 |
children |
line wrap: on
line diff
--- a/dsp/segmentation/Segmenter.cpp Fri May 31 16:55:25 2019 +0100 +++ b/dsp/segmentation/Segmenter.cpp Fri May 31 17:24:50 2019 +0100 @@ -17,6 +17,8 @@ #include "Segmenter.h" +using std::ostream; + ostream& operator<<(ostream& os, const Segmentation& s) { os << "structure_name : begin_time end_time\n";