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
+1
View File
@@ -22,6 +22,7 @@
#include <znc/Chan.h>
#include <znc/Query.h>
#include <math.h>
#include <time.h>
#include <algorithm>
using std::vector;