From d455e3dbc01342ceece507d84fe5db7d15f1547f Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Sun, 14 Jul 2024 18:11:26 -0400 Subject: [PATCH] resid: We support C++14 --- src/sound/resid-fp/config.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/sound/resid-fp/config.h diff --git a/src/sound/resid-fp/config.h b/src/sound/resid-fp/config.h new file mode 100644 index 000000000..0eeba8dee --- /dev/null +++ b/src/sound/resid-fp/config.h @@ -0,0 +1 @@ +#define HAVE_CXX14