From 12878dbef35da9a301c5155030135e88b503deea Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 20 Jun 2023 14:57:09 +0200 Subject: [PATCH] workaround surgext build issue with gcc13 Signed-off-by: falkTX --- plugins/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Makefile b/plugins/Makefile index f2604f1..6d5ce49 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -1040,6 +1040,7 @@ SURGEXT_FLAGS += \ -Isurgext/surge/libs/tuning-library/include \ -I../deps/surge-build/libs/sst/sst-plugininfra/libs/filesystem/include \ -include limits \ + -include cstdint \ -DSURGE_COMPILE_BLOCK_SIZE=8 \ -DSURGE_SKIP_ODDSOUND_MTS \ -DHAS_LUA=0 \