Move some includes from header to implementation

This commit is contained in:
Erik Präntare
2022-03-14 11:08:10 +01:00
committed by Kai Blaschke
parent 872cb90962
commit c5b136c7f9
2 changed files with 2 additions and 2 deletions

View File

@ -34,6 +34,8 @@
#include "BeatDetect.hpp"
#include "Common.hpp"
#include "PCM.hpp"
#include <algorithm>
#include <cmath>