From fa05b0b96cbdaae575c5b5f65696965139d63042 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Sun, 26 Dec 2021 02:10:37 +0000 Subject: [PATCH] Include Should fix compilation on CI --- components/crashcatcher/windows_crashmonitor.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/crashcatcher/windows_crashmonitor.hpp b/components/crashcatcher/windows_crashmonitor.hpp index 871346d292..4028362836 100644 --- a/components/crashcatcher/windows_crashmonitor.hpp +++ b/components/crashcatcher/windows_crashmonitor.hpp @@ -5,6 +5,8 @@ #define WIN32_LEAN_AND_MEAN #include +#include + namespace Crash {