Added include for size_t
This commit is contained in:
parent
845e9d6e65
commit
391b2dc2e4
1 changed files with 1 additions and 1 deletions
|
|
@ -22,12 +22,12 @@
|
||||||
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
// There's a spurious min/max function in MSVC that makes everything go badly...
|
// There's a spurious min/max function in MSVC that makes everything go badly...
|
||||||
#define NOMINMAX
|
#define NOMINMAX
|
||||||
#define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING
|
#define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING
|
||||||
#endif
|
#endif
|
||||||
|
#include <cstddef>
|
||||||
|
|
||||||
namespace sfz {
|
namespace sfz {
|
||||||
enum class Oversampling: int {
|
enum class Oversampling: int {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue