Fix for macOS

This commit is contained in:
Jean Pierre Cimalando 2020-07-27 20:19:22 +02:00
parent 97702e4308
commit 5835255d07

View file

@ -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;
};