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) {