Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2019-11-17 19:09:58 +0300
committerRay Molenkamp <github@lazydodo.com>2019-11-17 19:09:58 +0300
commit67fa8d2307a6b41c5bbbbfc79f96af6135c360fe (patch)
tree87579d4ef3e7e83b93648164bb6906cdf762337d
parentfb1cbbaf4677e871ed551a7b7858937721e29016 (diff)
Fix: Build error with msvc
std::min requires the algorithm header
-rw-r--r--extern/audaspace/src/respec/ChannelMapperReader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/extern/audaspace/src/respec/ChannelMapperReader.cpp b/extern/audaspace/src/respec/ChannelMapperReader.cpp
index e0063d5c4a2..6558d2444f5 100644
--- a/extern/audaspace/src/respec/ChannelMapperReader.cpp
+++ b/extern/audaspace/src/respec/ChannelMapperReader.cpp
@@ -18,6 +18,7 @@
#include <cmath>
#include <limits>
+#include <algorithm>
AUD_NAMESPACE_BEGIN