mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-30 02:37:15 +02:00
Add missing include
This commit is contained in:
parent
3228c418d4
commit
3aa7c23035
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
||||||
// 3rd party headers
|
// 3rd party headers
|
||||||
|
|
||||||
// standard headers
|
// standard headers
|
||||||
|
#ifndef HAS_TREMOR
|
||||||
|
#include <cmath> // floor
|
||||||
|
#endif
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue