diff options
author | mikhnenko <mikhnenko@yandex-team.com> | 2025-01-12 18:04:31 +0300 |
---|---|---|
committer | mikhnenko <mikhnenko@yandex-team.com> | 2025-01-12 18:27:38 +0300 |
commit | 2b12e9baccb58ce7b9b673ea2b78aa29a8b8d3c1 (patch) | |
tree | 34b5f5d7d68bbbf8c1e434a263c0f007762d323d | |
parent | b9ae5d11105519ee04c9ab76f514a548c11c1f18 (diff) | |
download | ydb-2b12e9baccb58ce7b9b673ea2b78aa29a8b8d3c1.tar.gz |
Add direct includes in yql
commit_hash:fea91617ec8dca2a32ca3abb002f6a52fea14dd7
-rw-r--r-- | yql/essentials/core/minsketch/count_min_sketch.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yql/essentials/core/minsketch/count_min_sketch.cpp b/yql/essentials/core/minsketch/count_min_sketch.cpp index 4d4e6c879e..90d36f51da 100644 --- a/yql/essentials/core/minsketch/count_min_sketch.cpp +++ b/yql/essentials/core/minsketch/count_min_sketch.cpp @@ -2,6 +2,8 @@ #include <util/system/compiler.h> +#include <stdlib.h> + namespace NKikimr { TCountMinSketch* TCountMinSketch::Create(ui64 width, ui64 depth) { |