summaryrefslogtreecommitdiffstats
path: root/src/regex101.client.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex101.client.hh')
-rw-r--r--src/regex101.client.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regex101.client.hh b/src/regex101.client.hh
index 14c1ac9..87476ed 100644
--- a/src/regex101.client.hh
+++ b/src/regex101.client.hh
@@ -56,6 +56,7 @@ struct unit_test {
};
struct entry {
+ std::string e_date_created;
std::string e_regex;
std::string e_test_string;
std::string e_flags{"gs"};