Removes chrono references to make it compile with gcc 4.8.x

This commit is contained in:
Felipe Zimmerle
2015-07-31 15:49:28 -03:00
parent 933ade596c
commit a4cf218a3e
6 changed files with 21 additions and 8 deletions

View File

@@ -32,6 +32,7 @@ namespace ModSecurity {
void chomp(std::string *str);
std::string uri_decode(const std::string & sSrc);
std::string tolower(std::string str);
double cpu_seconds(void);
} // namespace ModSecurity
#define SRC_UTILS_H_