commit c85c754b081b7707603dde3adffa588181174e7c parent e5d9790e4dd20c9c31c3df371c4d949e6cfeef0f Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Wed, 24 Jul 2024 00:14:53 +0200 add missing include Diffstat:
M | source/nord/n2x/n2xLib/n2xfrontpanel.cpp | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/source/nord/n2x/n2xLib/n2xfrontpanel.cpp b/source/nord/n2x/n2xLib/n2xfrontpanel.cpp @@ -1,6 +1,7 @@ #include "n2xfrontpanel.h" #include <cassert> +#include <cstring> // memcpy #include "dsp56kEmu/logging.h"