Add missing <limit> include in sampler_callback.cpp

This commit is contained in:
Stepland 2022-12-27 19:55:37 +01:00
parent fecf789d46
commit 9a996f3283

View File

@ -1,5 +1,7 @@
#include "sampler_callback.hpp"
#include <limits>
void copy_sample_at_points(
const std::shared_ptr<sf::SoundBuffer>& sample,
std::span<sf::Int16> output_buffer,