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
Notes: blender-bot 2023-02-14 19:05:30 +01:00
Referenced by issue blender/blender-addons#71645, 'make full' fails on Mac OS X because of using 'min' in namespace 'std'
1 changed files with 1 additions and 0 deletions

View File

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