Fix: Build error with msvc

std::min requires the algorithm header
This commit is contained in:
Ray Molenkamp 2019-11-17 09:09:58 -07:00
parent fb1cbbaf46
commit 67fa8d2307

@ -18,6 +18,7 @@
#include <cmath>
#include <limits>
#include <algorithm>
AUD_NAMESPACE_BEGIN