missing include time.h, thks to the anon. reporter on bitbucket. Closes issue #31
This commit is contained in:
parent
b90a31ad70
commit
7ef7e16ac2
@ -5,6 +5,7 @@ static char rcsid[] = "@(#$Id: reslistpager.cpp,v 1.7 2008-12-16 14:20:10 dockes
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "reslistpager.h"
|
||||
#include "debuglog.h"
|
||||
|
||||
@ -23,6 +23,7 @@ static char rcsid[] = "@(#$Id: rcldb.cpp,v 1.154 2008-12-17 16:19:58 dockes Exp
|
||||
#include <fnmatch.h>
|
||||
#include <regex.h>
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user