diff --git a/plugins/libimhex/include/helpers/utils.hpp b/plugins/libimhex/include/helpers/utils.hpp index 6e2ff7db1..8b97bf67f 100644 --- a/plugins/libimhex/include/helpers/utils.hpp +++ b/plugins/libimhex/include/helpers/utils.hpp @@ -7,6 +7,7 @@ #include #include #include +#include #include #ifdef __MINGW32__ diff --git a/plugins/libimhex/include/hex.hpp b/plugins/libimhex/include/hex.hpp index 824fede55..ea9e6d49a 100644 --- a/plugins/libimhex/include/hex.hpp +++ b/plugins/libimhex/include/hex.hpp @@ -2,7 +2,6 @@ #include #include -#include using u8 = std::uint8_t; using u16 = std::uint16_t;