From fdb649c8f4649996b97e0f1abad0ff7f0c66dc48 Mon Sep 17 00:00:00 2001 From: John Turner <7strbass@gmail.com> Date: Mon, 22 Jan 2024 09:28:42 -0500 Subject: [PATCH] --missing include --- src/esp/sim/BatchPlayerImplementation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/esp/sim/BatchPlayerImplementation.cpp b/src/esp/sim/BatchPlayerImplementation.cpp index 1b99f75acb..87e49a5f76 100644 --- a/src/esp/sim/BatchPlayerImplementation.cpp +++ b/src/esp/sim/BatchPlayerImplementation.cpp @@ -8,6 +8,7 @@ #include #include +#include namespace { bool isSupportedRenderAsset(const Corrade::Containers::StringView& filepath) {