From 192e0f80bd2da45f1c612411fded2e805ac205de Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 26 May 2008 13:56:30 +0000 Subject: Completed the prefilling of the fields, from the db and pentominos, according to their timestamps. --- server/src/queryresult.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/src/queryresult.h') diff --git a/server/src/queryresult.h b/server/src/queryresult.h index 32cfa20..617d957 100644 --- a/server/src/queryresult.h +++ b/server/src/queryresult.h @@ -27,11 +27,13 @@ #ifndef __PRACRO_QUERYRESULT_H__ #define __PRACRO_QUERYRESULT_H__ +#include #include #include class QueryResult { public: + time_t timestamp; std::map< std::string, std::string > values; std::map< std::string, QueryResult > groups; }; -- cgit v1.2.3