summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorζeh Matt <5415177+ZehMatt@users.noreply.github.com>2022-01-13 22:46:00 +0200
committerζeh Matt <5415177+ZehMatt@users.noreply.github.com>2022-01-13 22:46:00 +0200
commitba30b37bb4b539cacf81e0f8ef43a1555c7613ad (patch)
tree5da64cec4daa85bd5bd600cd42b1866701b443bb
parent781b014183c90ed2f92d83de99a2a09363186812 (diff)
Add missing include to unordered_map
-rw-r--r--components/crashcatcher/windows_crashmonitor.hpp1
1 files changed, 1 insertions, 0 deletions
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 <Windows.h>
#include <atomic>
+#include <unordered_map>
namespace Crash
{