fix build
All checks were successful
Linux arm64 / Build (push) Successful in 1m27s

This commit is contained in:
2025-03-19 19:04:38 +01:00
parent 700a2b0c18
commit 7a1db0305d
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#include <cstring> #include <cstring>
#include <cassert> #include <cassert>
#include <string> #include <string>
#include <cstdint>
namespace td { namespace td {

View File

@@ -4,6 +4,7 @@
#include <string> #include <string>
#include <iosfwd> #include <iosfwd>
#include <vector> #include <vector>
#include <cstdint>
namespace td { namespace td {
namespace network { namespace network {