Skip to content

Commit 0592e1c

Browse files
committed
Add missing include
1 parent 2994b28 commit 0592e1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Client/launch/Main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <malloc.h> // For _malloca
2020
#include <string> // For std::wstring
2121
#include <intrin.h> // For __readfsdword, __readgsqword
22+
#include <version.h>
2223

2324
// Link to the required libraries
2425
#pragma comment(lib, "psapi.lib")

0 commit comments

Comments
 (0)