Browse Source

wattos gcc fixes utility std::exchange() missing

Signed-off-by: lizzie <lizzie@eden-emu.dev>
pull/2763/head
lizzie 5 months ago
parent
commit
199e7cec8d
No known key found for this signature in database GPG Key ID: 287378CADCAB13
  1. 3
      src/core/debugger/debugger.cpp

3
src/core/debugger/debugger.cpp

@ -5,8 +5,7 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#include <mutex>
#include <utility>
#include <boost/asio.hpp>
#include <boost/version.hpp>

Loading…
Cancel
Save