Browse Source

Revert "[common/dynamic_library] fix AUR build error (#4156)" (#4157)

This reverts commit a9c4c8aefd.

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4157
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
remotes/1783062058740280360/master
lizzie 6 days ago
committed by crueter
parent
commit
4c65780f11
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 4
      src/common/dynamic_library.cpp

4
src/common/dynamic_library.cpp

@ -5,7 +5,11 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#include <string>
#ifndef _WIN32
#include <cstring>
#endif
#include <utility>
#include <fmt/ranges.h>

Loading…
Cancel
Save