Added include for size_t

This commit is contained in:
Paul Ferrand 2020-01-05 00:58:28 +01:00
parent 845e9d6e65
commit 391b2dc2e4

View file

@ -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 <cstddef>
namespace sfz {
enum class Oversampling: int {