mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +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
|
||||
|
||||
// standard headers
|
||||
#ifndef HAS_TREMOR
|
||||
#include <cmath> // floor
|
||||
#endif
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue