mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2025-02-28 23:41:33 +01:00
Add missing <limit> include in sampler_callback.cpp
This commit is contained in:
parent
fecf789d46
commit
9a996f3283
@ -1,5 +1,7 @@
|
|||||||
#include "sampler_callback.hpp"
|
#include "sampler_callback.hpp"
|
||||||
|
|
||||||
|
#include <limits>
|
||||||
|
|
||||||
void copy_sample_at_points(
|
void copy_sample_at_points(
|
||||||
const std::shared_ptr<sf::SoundBuffer>& sample,
|
const std::shared_ptr<sf::SoundBuffer>& sample,
|
||||||
std::span<sf::Int16> output_buffer,
|
std::span<sf::Int16> output_buffer,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user