Fix build errors

This commit is contained in:
IlyaShurupov 2024-01-10 15:57:12 +03:00 committed by Ilya Shurupov
parent 1d48d390d3
commit 7660d58f26
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;
}
}