mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-05 22:34:56 +01:00
Fix macOS builds (missing header)
implicit instantiation of undefined template 'std::array<..>'
This commit is contained in:
parent
d0109bed16
commit
c08531f96e
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
#ifndef mackie_surface_h
|
||||
#define mackie_surface_h
|
||||
|
||||
#include <array>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <sigc++/trackable.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue