Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(toxme): Add #include <ctime> to toxmedata
Browse files Browse the repository at this point in the history
Fix #4730
  • Loading branch information
Diadlo committed Oct 13, 2017
1 parent d3babb3 commit 2f1bf10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/net/toxmedata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

#include <QString>

#include <ctime>

QByteArray ToxmeData::parsePublicKey(const QString& text) const
{
static const QByteArray pattern{"key\":\""};
Expand Down

0 comments on commit 2f1bf10

Please sign in to comment.