Skip to content

Commit 434e7ce

Browse files
committed
Small fixes
1 parent 2e9416f commit 434e7ce

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

common/include/common/version/version.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#include <functional>
55
#include <format>
66
#include <string>
7+
#include <cstdio>
8+
#include <string_view>
79
#endif
810

911
#ifndef TOSTRING

game_patch/debug/unresponsive.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <patch_common/FunHook.h>
22
#include "debug_internal.h"
33
#include "../os/console.h"
4+
#include "../os/os.h"
45
#include "../rf/os/timer.h"
56
#include "crash_handler_stub/WatchDogTimer.h"
67

launcher_common/InjectingProcessLauncher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ void InjectingProcessLauncher::wait_for_process_initialization(uintptr_t entry_p
3434
FlushInstructionCache(m_process.get_handle(), entry_point_ptr, 2);
3535
// Resume main thread
3636
m_thread.resume();
37-
// Wait untill main thread reaches the entry point
37+
// Wait until main thread reaches the entry point
3838
CONTEXT context;
3939
const uint64_t start_ticks = GetTickCount64();
4040
do {

0 commit comments

Comments
 (0)