build: Fix last MSVC build errors

This commit is contained in:
WerWolv
2025-08-14 23:39:54 +02:00
parent 908d879a1e
commit 870bce2bf8
3 changed files with 9 additions and 2 deletions

View File

@@ -3,4 +3,10 @@
#include <string_view>
#include <fmt/core.h>
#include <fmt/ranges.h>
#include <fmt/ostream.h>
#include <fmt/ostream.h>
#include <fmt/format.h>
#if !defined(LIBWOLV_BUILTIN_UINT128)
#include <pl/helpers/types.hpp>
#endif