diff options
Diffstat (limited to 'protocols/Telegram/tdlib/td/tddb/td/db/SqliteKeyValueSafe.h')
-rw-r--r-- | protocols/Telegram/tdlib/td/tddb/td/db/SqliteKeyValueSafe.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/Telegram/tdlib/td/tddb/td/db/SqliteKeyValueSafe.h b/protocols/Telegram/tdlib/td/tddb/td/db/SqliteKeyValueSafe.h index 9608514671..adde5697c7 100644 --- a/protocols/Telegram/tdlib/td/tddb/td/db/SqliteKeyValueSafe.h +++ b/protocols/Telegram/tdlib/td/tddb/td/db/SqliteKeyValueSafe.h @@ -1,5 +1,5 @@ // -// Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2023 +// Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2024 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -11,6 +11,8 @@ #include "td/actor/SchedulerLocalStorage.h" +#include "td/utils/common.h" + #include <memory> namespace td { |