From cab1038f62d4ddcdd9de365184fd45bd7534c19a Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 12 Feb 2018 13:54:27 +0300 Subject: [PATCH] Fix include. GitOrigin-RevId: 942ebe1d01608f33b30fccc5e52a88ed698a49d0 --- td/telegram/net/AuthDataShared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td/telegram/net/AuthDataShared.h b/td/telegram/net/AuthDataShared.h index 1f36db1b..ed55b8db 100644 --- a/td/telegram/net/AuthDataShared.h +++ b/td/telegram/net/AuthDataShared.h @@ -7,7 +7,7 @@ #pragma once #include "td/mtproto/AuthData.h" -#include "td/mtproto/Authkey.h" +#include "td/mtproto/AuthKey.h" #include "td/telegram/net/DcId.h" #include "td/telegram/net/PublicRsaKeyShared.h"