Fix for macOS
This commit is contained in:
parent
97702e4308
commit
5835255d07
1 changed files with 1 additions and 1 deletions
|
|
@ -5,12 +5,12 @@
|
|||
// If not, contact the sfizz maintainers at https://github.com/sfztools/sfizz
|
||||
|
||||
#pragma once
|
||||
#include <functional>
|
||||
#include <cstddef>
|
||||
|
||||
namespace sfz { class ModKey; }
|
||||
|
||||
namespace std {
|
||||
template <class> struct hash;
|
||||
template <> struct hash<sfz::ModKey> {
|
||||
size_t operator()(const sfz::ModKey &key) const;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue