From f6e8de899c9dbaeae5984387a2c34b04b06cfa3a Mon Sep 17 00:00:00 2001 From: Ilia Bozhinov Date: Mon, 24 Feb 2025 19:38:01 +0100 Subject: [PATCH] fixup! config-backend: fallback to normal [input] --- src/core/plugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/plugin.cpp b/src/core/plugin.cpp index f187bc6cb..2a7b3c7d2 100644 --- a/src/core/plugin.cpp +++ b/src/core/plugin.cpp @@ -2,6 +2,7 @@ #include #include #include +#include #include void wf::plugin_interface_t::fini()