Mercurial > hg > qm-dsp
changeset 491:7f2dadbdb544
Add include-guard
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 31 May 2019 16:53:36 +0100 |
parents | 103156707542 |
children | 2892ecc40f86 |
files | dsp/segmentation/ClusterMeltSegmenter.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
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