<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">https://bugs.gentoo.org/852182
--- a/src/tests/tag/tag_perf.cpp
+++ b/src/tests/tag/tag_perf.cpp
@@ -20,6 +20,7 @@ using namespace gloox;
 #include &lt;cstdlib&gt;
 #include &lt;string&gt;
 #include &lt;cstdio&gt; // [s]print[f]
+#include &lt;ctime&gt;
 
 #include &lt;sys/time.h&gt;
 
--- a/src/tests/zlib/zlib_perf.cpp
+++ b/src/tests/zlib/zlib_perf.cpp
@@ -24,6 +24,7 @@ using namespace gloox;
 #include &lt;string&gt;
 #include &lt;sys/time.h&gt;
 #include &lt;cstdio&gt; // [s]print[f]
+#include &lt;ctime&gt;
 
 #ifdef HAVE_ZLIB
 
</pre></body></html>