Fix build errors

This commit is contained in:
IlyaShurupov 2024-01-10 15:57:12 +03:00
parent 81e16e1c50
commit 2722a25036
2 changed files with 8 additions and 6 deletions

View file

@ -1,3 +1,4 @@
#include "NewPlacement.hpp"
#include "Player.hpp"
#include "Buffer.hpp"
#include "Multithreading.hpp"
@ -200,4 +201,4 @@ tp::halnf Player::getLoadProgress() const {
tp::halnf Player::getVolume() {
if (!connected) return 0;
return mDeviceStream->mVolume;
}
}