From dce7fde7a64bdbfe12de6b49d89c210e31772ab1 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Thu, 23 Dec 2021 23:24:29 +0100 Subject: [PATCH] Fix Windows/mac build --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 8b814cbd9..465171496 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -22,6 +22,8 @@ #include #ifdef HAVE_KDBUSADDONS #include +#endif +#ifdef HAVE_WINDOWSYSTEM #include #endif #include