mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
Fix tde2e include the way tdlib itself uses it
This commit is contained in:
parent
939c9afeb4
commit
d1781a7c47
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/debug_log.h"
|
||||
|
||||
#include <tde2e/td/e2e/e2e_api.h>
|
||||
#include <td/e2e/e2e_api.h>
|
||||
|
||||
#define LOG_ERROR(error) \
|
||||
LOG(("TdE2E Error %1: %2").arg(int(error.code)).arg(error.message.c_str()))
|
||||
|
|
Loading…
Add table
Reference in a new issue