Compare commits

...

2 Commits

Author SHA1 Message Date
lizzie 2759dd3359 cstring hath to come forst? 2026-07-02 17:52:42 +00:00
lizzie 6c36271bee [common/dynamic_library] fix AUR build error
Signed-off-by: lizzie <lizzie@eden-emu.dev>
2026-07-02 17:39:35 +00:00
+1 -5
View File
@@ -4,12 +4,8 @@
// SPDX-FileCopyrightText: 2019 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#include <string>
#ifndef _WIN32
#include <cstring>
#endif
#include <string>
#include <utility>
#include <fmt/ranges.h>