From b5de06dcf00bf296f2c8f4b47aa2492afbd73acd Mon Sep 17 00:00:00 2001 From: Thays Date: Tue, 9 Mar 2021 13:49:09 -0300 Subject: [PATCH] fix arm64 compilation --- src/coreclr/pal/src/exception/remote-unwind.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/coreclr/pal/src/exception/remote-unwind.cpp b/src/coreclr/pal/src/exception/remote-unwind.cpp index aff77f2e79aa2..d31f0abbdadb5 100644 --- a/src/coreclr/pal/src/exception/remote-unwind.cpp +++ b/src/coreclr/pal/src/exception/remote-unwind.cpp @@ -47,7 +47,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "pal/debug.h" #include "pal_endian.h" #include "pal.h" +#ifndef DBI_COMPONENT_MONO #define __STDC_FORMAT_MACROS +#endif #include #include