1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Add header for std::swap.

This commit is contained in:
Thomas Harte 2023-10-10 22:35:25 -04:00
parent a83b43a1ae
commit 7753497a93

View File

@ -13,6 +13,8 @@
#include "../../../Numeric/RegisterSizes.hpp"
#include "../Interrupts.hpp"
#include <utility>
namespace InstructionSet::x86 {
template <Model model, typename IntT, typename InstructionT, typename RegistersT, typename MemoryT>