missing include time.h, thks to the anon. reporter on bitbucket. Closes issue #31

This commit is contained in:
"Jean-Francois Dockes ext:(%22) 2010-11-01 19:37:16 +01:00
parent b90a31ad70
commit 7ef7e16ac2
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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>