mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-13 16:16:33 +01:00
Make headers in import directory self-contained
This commit is contained in:
@@ -16,12 +16,13 @@ measurements in subbands or in the entire signal band.
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "SpecPowerMeter.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
#include <wx/defs.h>
|
||||
|
||||
#include "../FFT.h"
|
||||
#include "SpecPowerMeter.h"
|
||||
|
||||
SpecPowerMeter::SpecPowerMeter(int sigLen)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user