include missing header

This commit is contained in:
17ms 2024-01-04 20:14:09 +02:00
parent 74d933b8a2
commit ee520720e4

View File

@ -2,6 +2,7 @@
#include <windows.h> #include <windows.h>
#include <winternl.h> #include <winternl.h>
#include <random>
constexpr auto MAX_IMPORT_DELAY_MS = 6 * 1000; constexpr auto MAX_IMPORT_DELAY_MS = 6 * 1000;
constexpr auto OBFUSCATE_IMPORTS = 1; constexpr auto OBFUSCATE_IMPORTS = 1;