diff options
| author | Stefan Boberg <[email protected]> | 2025-02-26 18:18:11 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-02-26 18:18:11 +0100 |
| commit | 1ee30cf395b3a57865ed21c7be22c894a8fdae38 (patch) | |
| tree | f0dbb462cc60ec890854d9126da9eba12b02c80e | |
| parent | added <chrono> include to zentest-appstub.cpp (diff) | |
| download | zen-1ee30cf395b3a57865ed21c7be22c894a8fdae38.tar.xz zen-1ee30cf395b3a57865ed21c7be22c894a8fdae38.zip | |
clang-format fix
| -rw-r--r-- | src/zentest-appstub/zentest-appstub.cpp | 2 |
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; |