From ee520720e4f0abe7836b94c882b7048d9bc88e2c Mon Sep 17 00:00:00 2001 From: 17ms <79069176+17ms@users.noreply.github.com> Date: Thu, 4 Jan 2024 20:14:09 +0200 Subject: [PATCH] include missing header --- reflective_loader/loader.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/reflective_loader/loader.hpp b/reflective_loader/loader.hpp index 545a2e9..fdf6629 100644 --- a/reflective_loader/loader.hpp +++ b/reflective_loader/loader.hpp @@ -2,6 +2,7 @@ #include #include +#include constexpr auto MAX_IMPORT_DELAY_MS = 6 * 1000; constexpr auto OBFUSCATE_IMPORTS = 1;