aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-02-26 18:18:11 +0100
committerStefan Boberg <[email protected]>2025-02-26 18:18:11 +0100
commit1ee30cf395b3a57865ed21c7be22c894a8fdae38 (patch)
treef0dbb462cc60ec890854d9126da9eba12b02c80e
parentadded <chrono> include to zentest-appstub.cpp (diff)
downloadzen-1ee30cf395b3a57865ed21c7be22c894a8fdae38.tar.xz
zen-1ee30cf395b3a57865ed21c7be22c894a8fdae38.zip
clang-format fix
-rw-r--r--src/zentest-appstub/zentest-appstub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zentest-appstub/zentest-appstub.cpp b/src/zentest-appstub/zentest-appstub.cpp
index e6b1c4bd1..24cf21e97 100644
--- a/src/zentest-appstub/zentest-appstub.cpp
+++ b/src/zentest-appstub/zentest-appstub.cpp
@@ -1,10 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
#include <stdio.h>
+#include <chrono>
#include <cstdlib>
#include <cstring>
#include <thread>
-#include <chrono>
using namespace std::chrono_literals;