Fix <array> missing for the macOS build

This commit is contained in:
Jean Pierre Cimalando 2020-02-08 20:30:29 +01:00
parent 802d53edac
commit e87c288219

View file

@ -43,6 +43,7 @@
#include "MathHelpers.h"
#include <absl/algorithm/container.h>
#include <absl/types/span.h>
#include <array>
#include <cmath>
namespace sfz {