Fixed missing import

This commit is contained in:
WolverinDEV 2021-05-03 11:18:04 +02:00
parent 78d9c68b22
commit f3a7dad76a
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <cmath>
#include <algorithm>
#include <cstring>
#include "AudioVolume.h"
using namespace tc;