mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Add header for std::swap.
This commit is contained in:
parent
a83b43a1ae
commit
7753497a93
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user