From 4c65780f11511b20c2e0288a287faace16516d38 Mon Sep 17 00:00:00 2001 From: lizzie Date: Thu, 2 Jul 2026 22:07:37 +0200 Subject: [PATCH] Revert "[common/dynamic_library] fix AUR build error (#4156)" (#4157) This reverts commit a9c4c8aefdc118016d8a494603ca43e02fbc8799. Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4157 Reviewed-by: CamilleLaVey Reviewed-by: MaranBr --- src/common/dynamic_library.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/dynamic_library.cpp b/src/common/dynamic_library.cpp index 17574f9485..462faa673d 100644 --- a/src/common/dynamic_library.cpp +++ b/src/common/dynamic_library.cpp @@ -5,7 +5,11 @@ // SPDX-License-Identifier: GPL-2.0-or-later #include + +#ifndef _WIN32 #include +#endif + #include #include