fix build errors caused by trunk fmt

This commit is contained in:
Ted Schundler 2025-07-12 20:11:25 -07:00
parent 803818935e
commit cc5ca1682f

View File

@ -1,5 +1,10 @@
#pragma once
// For size_t/int32_t types on some platforms.
#include <cstdint>
// For size_t
#include <cstddef>
class BRCAddress
{
public: