Add <time.h> includes where appropiate

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
This commit is contained in:
Gustavo Zacarias
2015-08-06 11:20:54 -03:00
parent 4b62962d2f
commit 9a51195e91
14 changed files with 14 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <znc/znc.h>
#include <time.h>
#include <algorithm>
#include <sstream>