mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Fix tde2e include the way tdlib itself uses it
This commit is contained in:
parent
7d88c48c39
commit
f676d32f96
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||||
#include "base/assertion.h"
|
#include "base/assertion.h"
|
||||||
#include "base/debug_log.h"
|
#include "base/debug_log.h"
|
||||||
|
|
||||||
#include <tde2e/td/e2e/e2e_api.h>
|
#include <td/e2e/e2e_api.h>
|
||||||
|
|
||||||
#define LOG_ERROR(error) \
|
#define LOG_ERROR(error) \
|
||||||
LOG(("TdE2E Error %1: %2").arg(int(error.code)).arg(error.message.c_str()))
|
LOG(("TdE2E Error %1: %2").arg(int(error.code)).arg(error.message.c_str()))
|
||||||
|
|
Loading…
Add table
Reference in a new issue