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 2022-02-21 16:33:58 -05:00
parent ecb20cc29b
commit 95976d8b58

View File

@ -9,6 +9,7 @@
#ifndef InstructionSets_x86_Instruction_h
#define InstructionSets_x86_Instruction_h
#include <cstddef>
#include <cstdint>
#include <type_traits>