This website works better with JavaScript
Home
Explore
Help
Sign In
SMusatov
/
ydb
mirror of
https://github.com/ydb-platform/ydb.git
Watch
1
Star
0
Fork
0
Files
Browse Source
Add missing <cstddef> include (
#1145
)
Artem Alperin
1 year ago
parent
7fd3a1f9ef
commit
cdd7acf2f3
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
ydb/library/actors/core/buffer.h
+ 1
- 0
ydb/library/actors/core/buffer.h
View File
@@ -1,5 +1,6 @@
#pragma once
+#include <cstddef>
#include <limits>
class TConstBuffer;