From bf7dc4b50b8f1e175158224af95f356f502e4b26 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 21 Mar 2018 18:01:39 +0100 Subject: [PATCH] Fix compilation errors on Windows --- tgcrypto/tgcrypto.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tgcrypto/tgcrypto.c b/tgcrypto/tgcrypto.c index 94b7551..9415423 100644 --- a/tgcrypto/tgcrypto.c +++ b/tgcrypto/tgcrypto.c @@ -17,6 +17,7 @@ // along with Pyrogram. If not, see . #include +#include "aes256.h" #include "ige256.h" #include "ctr256.h"