Fix macOS builds (missing header)

implicit instantiation of undefined template 'std::array<..>'
This commit is contained in:
Robin Gareus 2025-12-02 16:54:05 +01:00
parent d0109bed16
commit c08531f96e
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -20,6 +20,7 @@
#ifndef mackie_surface_h
#define mackie_surface_h
#include <array>
#include <stdint.h>
#include <sigc++/trackable.h>