331c68d450
PR: ports/183627 Reported by: Pavlo Greenberg <dog@virtual.org.ua> Submitted by: Oleg Ginzburg <olevole@olevole.ru> [1] Approved by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
10 lines
230 B
C++
10 lines
230 B
C++
--- src/chat_events.hpp.orig 2013-11-09 20:12:59.000000000 +0400
|
|
+++ src/chat_events.hpp 2013-11-09 20:13:07.000000000 +0400
|
|
@@ -20,6 +20,7 @@
|
|
#include "global.hpp"
|
|
|
|
#include <string>
|
|
+#include <time.h>
|
|
|
|
namespace events {
|
|
|