Browse Source

audio: compilation fix

wip/image-kernel
Sam Hocevar 9 months ago
parent
commit
cd7c1e612c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      include/lol/private/audio/stream.h

+ 1
- 0
include/lol/private/audio/stream.h View File

@@ -18,6 +18,7 @@
// Stream, mix, and apply audio effects.
//

#include <cmath> // std::floor
#include <functional> // std::function
#include <limits> // std::numeric_limits
#include <memory> // std::shared_ptr


Loading…
Cancel
Save