1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Fix missing include for toxme

This commit is contained in:
tux3 2015-02-25 13:16:45 +01:00
parent fe23af6a09
commit bc412c9c7b
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -6,6 +6,7 @@
#include <sodium/crypto_box.h>
#include <sodium/randombytes.h>
#include <string>
#include <ctime>
const QString Toxme::apiUrl{"https://toxme.se/api"};