commit 6b5bdcc9093866cf7cf0a17dbc1a660fed6c80f7 parent cbd8be430ab1b574039ab7607a03ef8b411c4974 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:13:35 +0200 fix linux compile error Diffstat:
M | source/nord/n2x/n2xLib/n2xstate.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/source/nord/n2x/n2xLib/n2xstate.h b/source/nord/n2x/n2xLib/n2xstate.h @@ -2,6 +2,7 @@ #include <array> #include <vector> +#include <cstddef> #include "n2xmiditypes.h"