From fc0abfc001f30b925c0bdf1c5d6b892689bd47fc Mon Sep 17 00:00:00 2001 From: speak2erase Date: Sat, 14 Dec 2024 16:23:40 -0800 Subject: [PATCH] windows does not have dlfcn --- binding/oneshot-wallpaper-binding.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding/oneshot-wallpaper-binding.cpp b/binding/oneshot-wallpaper-binding.cpp index 00a1016f2..c61dd9d0d 100644 --- a/binding/oneshot-wallpaper-binding.cpp +++ b/binding/oneshot-wallpaper-binding.cpp @@ -1,5 +1,4 @@ #include -#include #include #include #include @@ -30,6 +29,7 @@ static bool isCached = false; #include "mac-desktop.h" static bool isCached = false; #else +#include #include #include #include