comparison dsp/signalconditioning/Framer.cpp @ 485:5a53b8281eb4

Standard headers
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 31 May 2019 12:16:07 +0100
parents fdaa63607c15
children 162673c8f9de
comparison
equal deleted inserted replaced
484:d48276a3ae24 485:5a53b8281eb4
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #include "Framer.h" 16 #include "Framer.h"
17 #include <math.h> 17 #include <cmath>
18 #include <cstddef>
18 19
19 ////////////////////////////////////////////////////////////////////// 20 //////////////////////////////////////////////////////////////////////
20 // Construction/Destruction 21 // Construction/Destruction
21 ////////////////////////////////////////////////////////////////////// 22 //////////////////////////////////////////////////////////////////////
22 23