Files
imhex/lib/libimhex/include/hex/helpers/fmt.hpp
2025-08-14 23:39:54 +02:00

12 lines
214 B
C++

#pragma once
#include <string_view>
#include <fmt/core.h>
#include <fmt/ranges.h>
#include <fmt/ostream.h>
#include <fmt/format.h>
#if !defined(LIBWOLV_BUILTIN_UINT128)
#include <pl/helpers/types.hpp>
#endif