diff options
| author | Artem Alperin <[email protected]> | 2024-01-22 19:18:31 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-22 17:18:31 +0100 |
| commit | cdd7acf2f300cad660cd30ded107b9a4057796de (patch) | |
| tree | 7e3e581fd19c1c1c55dfa56be58c08902f0a53fe | |
| parent | 7fd3a1f9ef32c03fa2cc9b21f232d139fd036aa2 (diff) | |
Add missing <cstddef> include (#1145)
| -rw-r--r-- | ydb/library/actors/core/buffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/library/actors/core/buffer.h b/ydb/library/actors/core/buffer.h index 95425046d69..c305d948a6a 100644 --- a/ydb/library/actors/core/buffer.h +++ b/ydb/library/actors/core/buffer.h @@ -1,5 +1,6 @@ #pragma once +#include <cstddef> #include <limits> class TConstBuffer; |
