From 67fa8d2307a6b41c5bbbbfc79f96af6135c360fe Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Sun, 17 Nov 2019 09:09:58 -0700 Subject: Fix: Build error with msvc std::min requires the algorithm header --- extern/audaspace/src/respec/ChannelMapperReader.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'extern') 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 #include +#include AUD_NAMESPACE_BEGIN -- cgit v1.2.3