From 0ce403958be9d360e3bfdfc84006f7ca2b862d32 Mon Sep 17 00:00:00 2001
From: Jiri Kalvoda <jirikalvoda@kam.mff.cuni.cz>
Date: Mon, 14 Aug 2023 08:46:49 +0200
Subject: [PATCH] =?UTF-8?q?Chyb=C4=9Bj=C3=ADc=C3=AD=20knihovna?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 main.cpp | 1 +
 pipe.cpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/main.cpp b/main.cpp
index 789484592..c3cce31f0 100644
--- a/main.cpp
+++ b/main.cpp
@@ -4,6 +4,7 @@
 #include <cassert>
 #include <cstring>
 #include <unistd.h>
+#include <ctime>
 
 #define verdict_add(a...) do{ int r = sprintf(verdict+verdict_len, a); assert(r>0); verdict_len += r;}while(false)
 
diff --git a/pipe.cpp b/pipe.cpp
index 326ab336c..e989e10aa 100644
--- a/pipe.cpp
+++ b/pipe.cpp
@@ -3,6 +3,7 @@
 #include <algorithm>
 #include <cassert>
 #include <cstring>
+#include <ctime>
 
 #define verdict_add(a...) do{ int r = sprintf(verdict+verdict_len, a); assert(r>0); verdict_len += r;}while(false)
 
-- 
GitLab