Add missing includes

This commit is contained in:
Jean Pierre Cimalando 2020-06-20 18:00:37 +02:00
parent 59c66b909f
commit de9335be64

View file

@ -5,9 +5,12 @@
// If not, contact the sfizz maintainers at https://github.com/sfztools/sfizz
#pragma once
#include "Config.h"
#include <numeric>
#include <array>
#include <vector>
#include <limits>
#include <cstdint>
namespace sfz {