From ba30b37bb4b539cacf81e0f8ef43a1555c7613ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B6eh=20Matt?= <5415177+ZehMatt@users.noreply.github.com> Date: Thu, 13 Jan 2022 22:46:00 +0200 Subject: [PATCH] Add missing include to unordered_map --- components/crashcatcher/windows_crashmonitor.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/crashcatcher/windows_crashmonitor.hpp b/components/crashcatcher/windows_crashmonitor.hpp index 4028362836..eaf908bf66 100644 --- a/components/crashcatcher/windows_crashmonitor.hpp +++ b/components/crashcatcher/windows_crashmonitor.hpp @@ -6,6 +6,7 @@ #include #include +#include namespace Crash {