27 Jul
2022
27 Jul
'22
4:03 p.m.
From: Torge Matthies <tmatthies(a)codeweavers.com> --- dlls/msvcrt/cpp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/msvcrt/cpp.c b/dlls/msvcrt/cpp.c index 27ae2bbd46d..3335e75131d 100644 --- a/dlls/msvcrt/cpp.c +++ b/dlls/msvcrt/cpp.c @@ -27,6 +27,7 @@ #include "wine/exception.h" #include "wine/debug.h" #include "msvcrt.h" +#include "corecrt.h" #include "mtdll.h" #include "cxx.h" -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/464