mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
Ring is a secure and distributed voice, video and chat communication platform that requires no centralized server and leaves the power of privacy in the hands of the user. WWW: https://ring.cx/ PR: 209543 Submitted by: Yuri Victorovich <yuri@rawbw.com>
11 lines
243 B
C++
11 lines
243 B
C++
--- src/trustrequest.h.orig 2016-05-29 04:14:51 UTC
|
|
+++ src/trustrequest.h
|
|
@@ -20,6 +20,8 @@
|
|
#include <QtCore/QObject>
|
|
#include <typedefs.h>
|
|
|
|
+#include <time.h>
|
|
+
|
|
class TrustRequestPrivate;
|
|
class AccountModel;
|
|
class AccountModelPrivate;
|