diff options
| author | thegeorg <[email protected]> | 2022-05-19 13:48:08 +0300 |
|---|---|---|
| committer | thegeorg <[email protected]> | 2022-05-19 13:48:08 +0300 |
| commit | 25c6a68d6f2b94e58807a97e1c83988121f8b2f5 (patch) | |
| tree | d9220515d66066c9d705d434c9079e17d1c3285a | |
| parent | dd8ccf897b0b100d392464a1417b6c4501daf002 (diff) | |
ydb: Do not include non-standard
This code should be buildable on Windows and it has no `cxxabi.h` available.
ref:885f862b82a5267b40d3ad31bca1bccf2b1e8864
| -rw-r--r-- | ydb/core/tablet_flat/flat_cxx_database.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ydb/core/tablet_flat/flat_cxx_database.h b/ydb/core/tablet_flat/flat_cxx_database.h index 5282500ecd3..9e0b41814c8 100644 --- a/ydb/core/tablet_flat/flat_cxx_database.h +++ b/ydb/core/tablet_flat/flat_cxx_database.h @@ -9,8 +9,6 @@ #include <library/cpp/containers/stack_vector/stack_vec.h> #include <utility> -#include <cxxabi.h> - // https://wiki.yandex-team.ru/kikimr/techdoc/db/cxxapi/nicedb/ namespace NKikimr { |
