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

@@ -25,7 +25,6 @@
#include <fstream>
#include <vector>
#include <utility>
#include <chrono>
#endif
#include <stdlib.h>
@@ -189,7 +188,7 @@ class Assay {
std::string id;
time_t timeStamp;
std::chrono::system_clock::time_point start;
clock_t start;
int highest_severity;
private: