2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Possible fix of travis build.

This commit is contained in:
John Preston
2018-06-06 15:16:21 +03:00
parent 16f3ca87f5
commit c85fd368fe
10 changed files with 27 additions and 4 deletions

View File

@@ -18,12 +18,15 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "lang/lang_keys.h"
#include "base/openssl_help.h"
#include "base/qthelp_url.h"
extern "C" {
#include <openssl/bn.h>
#include <openssl/err.h>
#include <openssl/aes.h>
#include <openssl/sha.h>
#include <openssl/md5.h>
#include <openssl/rand.h>
} // extern "C"
namespace MTP {
namespace internal {