aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-02-26 18:08:37 +0100
committerStefan Boberg <[email protected]>2025-02-26 18:08:37 +0100
commit40bf8e292618e21a07223994ce438e580d6fdd20 (patch)
tree875fd58e2060ba2aab456154c09767a6a1e8e570 /src
parent5.5.19 (diff)
downloadzen-40bf8e292618e21a07223994ce438e580d6fdd20.tar.xz
zen-40bf8e292618e21a07223994ce438e580d6fdd20.zip
added <chrono> include to zentest-appstub.cpp
Diffstat (limited to 'src')
-rw-r--r--src/zentest-appstub/zentest-appstub.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zentest-appstub/zentest-appstub.cpp b/src/zentest-appstub/zentest-appstub.cpp
index 66e6e03fd..e6b1c4bd1 100644
--- a/src/zentest-appstub/zentest-appstub.cpp
+++ b/src/zentest-appstub/zentest-appstub.cpp
@@ -4,6 +4,7 @@
#include <cstdlib>
#include <cstring>
#include <thread>
+#include <chrono>
using namespace std::chrono_literals;