Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Apr 3, 2024
1 parent 3228c41 commit 3aa7c23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/decoder/ogg_decoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
// 3rd party headers

// standard headers
#ifndef HAS_TREMOR
#include <cmath> // floor
#endif
#include <cstdint>
#include <cstring>

Expand Down

0 comments on commit 3aa7c23

Please sign in to comment.