mirror of https://github.com/WerWolv/ImHex.git
sys: Include correct file for size_t
This commit is contained in:
parent
6cf8369a24
commit
4b41ae6980
|
@ -1,5 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <cstddef>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
||||||
namespace hex {
|
namespace hex {
|
||||||
|
|
Loading…
Reference in New Issue