mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Relocates MinIntTypeValue
to Numeric.
This commit is contained in:
parent
83a54fd6d2
commit
2574407afb
@ -9,7 +9,7 @@
|
|||||||
#ifndef CachingExecutor_hpp
|
#ifndef CachingExecutor_hpp
|
||||||
#define CachingExecutor_hpp
|
#define CachingExecutor_hpp
|
||||||
|
|
||||||
#include "Sizes.hpp"
|
#include "../Numeric/Sizes.hpp"
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#ifndef Disassembler_hpp
|
#ifndef Disassembler_hpp
|
||||||
#define Disassembler_hpp
|
#define Disassembler_hpp
|
||||||
|
|
||||||
#include "Sizes.hpp"
|
#include "../Numeric/Sizes.hpp"
|
||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user