Mercurial > hg > qm-dsp
diff dsp/segmentation/ClusterMeltSegmenter.h @ 491:7f2dadbdb544
Add include-guard
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 31 May 2019 16:53:36 +0100 |
parents | 175e51ae78eb |
children | bb78ca3fe7de |
line wrap: on
line diff
--- a/dsp/segmentation/ClusterMeltSegmenter.h Fri May 31 16:51:18 2019 +0100 +++ b/dsp/segmentation/ClusterMeltSegmenter.h Fri May 31 16:53:36 2019 +0100 @@ -13,6 +13,9 @@ COPYING included with this distribution for more information. */ +#ifndef QM_DSP_CLUSTER_MELT_SEGMENTER_H +#define QM_DSP_CLUSTER_MELT_SEGMENTER_H + #include <vector> #include "segment.h" @@ -107,3 +110,5 @@ Decimator *decimator; }; + +#endif