diff options
author | George Hazan <ghazan@miranda.im> | 2019-10-15 13:06:52 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-10-15 13:06:52 +0300 |
commit | 71c1ad117340f089d4820bf7c7bddce20a5e113a (patch) | |
tree | fb53900b4db14e958d3445c8ebd634073835d6f6 /protocols/WhatsAppWeb/src/stdafx.h | |
parent | fb3fad1e6519b029cd06e7c7113fc948aaef6770 (diff) |
WhatsAppWeb: session restoration code
Diffstat (limited to 'protocols/WhatsAppWeb/src/stdafx.h')
-rw-r--r-- | protocols/WhatsAppWeb/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/WhatsAppWeb/src/stdafx.h b/protocols/WhatsAppWeb/src/stdafx.h index 171e384674..82f1e715c0 100644 --- a/protocols/WhatsAppWeb/src/stdafx.h +++ b/protocols/WhatsAppWeb/src/stdafx.h @@ -43,6 +43,7 @@ Copyright © 2019 George Hazan #include <m_gui.h> #include <openssl/evp.h> +#include <openssl/hmac.h> #include "../../libs/libqrencode/src/qrencode.h" #include "../../libs/libsignal/src/curve.h" |