From 9a968674d63dfaf8edd681ff9fb4ebc2555fd025 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 2 Jan 2021 20:49:55 +0100 Subject: [PATCH] Fixed compile on macos --- plugins/libimhex/include/helpers/utils.hpp | 1 + plugins/libimhex/include/hex.hpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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;