1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00

Add missing #include.

This commit is contained in:
Thomas Harte 2023-09-26 14:52:08 -04:00
parent 4a38e6b4b5
commit 92c8e1ca93

View File

@ -8,6 +8,8 @@
#include "Instruction.hpp"
#include <cassert>
using namespace InstructionSet::x86;
std::string InstructionSet::x86::to_string(Operation operation, DataSize size) {