From 391b2dc2e43c7fdf76d9ef346a45870581002cea Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Sun, 5 Jan 2020 00:58:28 +0100 Subject: [PATCH] Added include for `size_t` --- src/sfizz/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sfizz/Config.h b/src/sfizz/Config.h index 50679e13..8f69a244 100644 --- a/src/sfizz/Config.h +++ b/src/sfizz/Config.h @@ -22,12 +22,12 @@ // SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #pragma once - #ifdef _WIN32 // There's a spurious min/max function in MSVC that makes everything go badly... #define NOMINMAX #define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING #endif +#include namespace sfz { enum class Oversampling: int {