From 95976d8b5820c1b1d1fd53ed2e6d433545c7cab3 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 21 Feb 2022 16:33:58 -0500 Subject: [PATCH] Add missing #include. --- InstructionSets/x86/Instruction.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/InstructionSets/x86/Instruction.hpp b/InstructionSets/x86/Instruction.hpp index a94170acc..4ca1d455f 100644 --- a/InstructionSets/x86/Instruction.hpp +++ b/InstructionSets/x86/Instruction.hpp @@ -9,6 +9,7 @@ #ifndef InstructionSets_x86_Instruction_h #define InstructionSets_x86_Instruction_h +#include #include #include