From 7753497a9395b5f960b77238c4cf9b1881c31c79 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 10 Oct 2023 22:35:25 -0400 Subject: [PATCH] Add header for std::swap. --- InstructionSets/x86/Implementation/PerformImplementation.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/InstructionSets/x86/Implementation/PerformImplementation.hpp b/InstructionSets/x86/Implementation/PerformImplementation.hpp index 5b44d499b..d80b9a749 100644 --- a/InstructionSets/x86/Implementation/PerformImplementation.hpp +++ b/InstructionSets/x86/Implementation/PerformImplementation.hpp @@ -13,6 +13,8 @@ #include "../../../Numeric/RegisterSizes.hpp" #include "../Interrupts.hpp" +#include + namespace InstructionSet::x86 { template