From c7af48f47451cc84b2ffd8dbd7c80642bd123657 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Wed, 20 Oct 2021 10:55:16 +0100 Subject: [PATCH] Add header required for min/max with VC2017 --- src/dsp/BQResampler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dsp/BQResampler.cpp b/src/dsp/BQResampler.cpp index c7db9c4..e4832b9 100644 --- a/src/dsp/BQResampler.cpp +++ b/src/dsp/BQResampler.cpp @@ -26,6 +26,7 @@ #include #include +#include #include "../system/Allocators.h" #include "../system/VectorOps.h"