- fix build with clang
PR: 186650 Submitted by: Vsevolod Volkov
This commit is contained in:
parent
a1f4e6f0c5
commit
4ff757171e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344146
2 changed files with 22 additions and 0 deletions
11
net-im/licq-qt-gui/files/patch-contactuserdata.h
Normal file
11
net-im/licq-qt-gui/files/patch-contactuserdata.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- 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>
|
11
net-im/licq-qt-gui/files/patch-usereventcommon.h
Normal file
11
net-im/licq-qt-gui/files/patch-usereventcommon.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/userevents/usereventcommon.h.orig 2013-08-25 11:45:17.000000000 +0200
|
||||
+++ src/userevents/usereventcommon.h 2014-02-13 21:45:16.000000000 +0100
|
||||
@@ -20,6 +20,8 @@
|
||||
#ifndef USEREVENTCOMMON_H
|
||||
#define USEREVENTCOMMON_H
|
||||
|
||||
+#include <time.h>
|
||||
+
|
||||
#include <QWidget>
|
||||
|
||||
#include <list>
|
Loading…
Reference in a new issue