From 870bce2bf8b7bfad0b3b17cd76a5b4cc59c636ee Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 14 Aug 2025 23:39:54 +0200 Subject: [PATCH] build: Fix last MSVC build errors --- lib/external/libwolv | 2 +- lib/libimhex/include/hex/helpers/fmt.hpp | 8 +++++++- plugins/builtin/source/content/data_inspector.cpp | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/lib/external/libwolv b/lib/external/libwolv index 0905aabea..e20ffbd0c 160000 --- a/lib/external/libwolv +++ b/lib/external/libwolv @@ -1 +1 @@ -Subproject commit 0905aabeaebc5185a5e82109de34d2a9a95ef5f2 +Subproject commit e20ffbd0c01f905d79c1d6f79ab7e113c4cd9b97 diff --git a/lib/libimhex/include/hex/helpers/fmt.hpp b/lib/libimhex/include/hex/helpers/fmt.hpp index ef0a8db32..0c7daa870 100644 --- a/lib/libimhex/include/hex/helpers/fmt.hpp +++ b/lib/libimhex/include/hex/helpers/fmt.hpp @@ -3,4 +3,10 @@ #include #include #include -#include \ No newline at end of file +#include + +#include + +#if !defined(LIBWOLV_BUILTIN_UINT128) + #include +#endif \ No newline at end of file diff --git a/plugins/builtin/source/content/data_inspector.cpp b/plugins/builtin/source/content/data_inspector.cpp index 94eed486a..926207391 100644 --- a/plugins/builtin/source/content/data_inspector.cpp +++ b/plugins/builtin/source/content/data_inspector.cpp @@ -6,6 +6,7 @@ #include #include +#include #include #include