summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Alperin <[email protected]>2024-01-22 19:18:31 +0300
committerGitHub <[email protected]>2024-01-22 17:18:31 +0100
commitcdd7acf2f300cad660cd30ded107b9a4057796de (patch)
tree7e3e581fd19c1c1c55dfa56be58c08902f0a53fe
parent7fd3a1f9ef32c03fa2cc9b21f232d139fd036aa2 (diff)
Add missing <cstddef> include (#1145)
-rw-r--r--ydb/library/actors/core/buffer.h1
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;