From 0fcd9da6393ecd76542203989e630e79b2d993ed Mon Sep 17 00:00:00 2001 From: Ziemas Date: Thu, 18 May 2023 01:08:25 +0200 Subject: [PATCH] Fix GCC13 build (#2641) --- decompiler/Disasm/OpcodeInfo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/decompiler/Disasm/OpcodeInfo.h b/decompiler/Disasm/OpcodeInfo.h index 1fdb5613d4..121230ffca 100644 --- a/decompiler/Disasm/OpcodeInfo.h +++ b/decompiler/Disasm/OpcodeInfo.h @@ -5,6 +5,7 @@ * Decoding info for each opcode. */ +#include #include namespace decompiler {