mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-02 11:55:56 +00:00
fix build errors caused by trunk fmt
This commit is contained in:
parent
803818935e
commit
cc5ca1682f
@ -1,5 +1,10 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
// For size_t/int32_t types on some platforms.
|
||||||
|
#include <cstdint>
|
||||||
|
// For size_t
|
||||||
|
#include <cstddef>
|
||||||
|
|
||||||
class BRCAddress
|
class BRCAddress
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user