From 0b8a7d8db70ef147983f8a7b3592e82eae903a9c Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Thu, 14 Jul 2022 18:42:46 +0200 Subject: [PATCH] hmmm --- include/misc/Log.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/misc/Log.h b/include/misc/Log.h index 8cfc21f..f73aa50 100644 --- a/include/misc/Log.h +++ b/include/misc/Log.h @@ -10,6 +10,7 @@ namespace td { namespace utils { void LOG(const std::string& msg); +void LOGE(const std::string& err); } // namespace utils } // namespace td