Add missing includes
This commit is contained in:
parent
59c66b909f
commit
de9335be64
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue