mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-31 19:05:44 +00:00
fix build errors caused by trunk fmt
This commit is contained in:
parent
803818935e
commit
cc5ca1682f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user