From 1163c12645e04d2701b4546ecb62a27079d58d78 Mon Sep 17 00:00:00 2001 From: Arnaud Dochain Date: Sun, 28 Aug 2022 15:28:41 +0000 Subject: [PATCH] Allows to build on macos 10.15 --- components/crashcatcher/crashcatcher.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/crashcatcher/crashcatcher.cpp b/components/crashcatcher/crashcatcher.cpp index d2fad06c72..65924a0d62 100644 --- a/components/crashcatcher/crashcatcher.cpp +++ b/components/crashcatcher/crashcatcher.cpp @@ -34,6 +34,7 @@ #if defined(__APPLE__) #include #include +#include #endif #if defined(__FreeBSD__)