Browse Source

Add missing <cstddef> include (#1145)

Artem Alperin 1 year ago
parent
commit
cdd7acf2f3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ydb/library/actors/core/buffer.h

+ 1 - 0
ydb/library/actors/core/buffer.h

@@ -1,5 +1,6 @@
 #pragma once
 
+#include <cstddef>
 #include <limits>
 
 class TConstBuffer;