From 95b9c561bb8a40209b257d618277a57a23f7e0f0 Mon Sep 17 00:00:00 2001 From: lizzie Date: Sun, 26 Apr 2026 10:18:12 +0000 Subject: [PATCH] t --- src/common/demangle.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/common/demangle.cpp b/src/common/demangle.cpp index be45eb97f5..f524674240 100644 --- a/src/common/demangle.cpp +++ b/src/common/demangle.cpp @@ -6,8 +6,11 @@ #include #include -#include +#ifdef _MSC_VER #include +#else +#include +#endif #include "common/demangle.h" static bool IsItanium(std::string_view name) {