This commit is contained in:
2022-07-14 18:42:46 +02:00
parent e2ec9d6a3b
commit 0b8a7d8db7

View File

@@ -10,6 +10,7 @@ namespace td {
namespace utils { namespace utils {
void LOG(const std::string& msg); void LOG(const std::string& msg);
void LOGE(const std::string& err);
} // namespace utils } // namespace utils
} // namespace td } // namespace td