freebsd-ports/net-im/licq-qt-gui/files/patch-contactuserdata.h
Dirk Meyer 4ff757171e - fix build with clang
PR:		186650
Submitted by:	Vsevolod Volkov
2014-02-13 21:05:16 +00:00

11 lines
305 B
C

--- src/contactlist/contactuserdata.h.orig 2013-08-25 11:45:17.000000000 +0200
+++ src/contactlist/contactuserdata.h 2014-02-13 21:44:51.000000000 +0100
@@ -20,6 +20,8 @@
#ifndef CONTACTUSERDATA_H
#define CONTACTUSERDATA_H
+#include <time.h>
+
#include <QList>
#include <QString>
#include <QTimer>