From f748586393ef5ffcaab9e745b418a7275c8ada57 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Sat, 23 Oct 2021 00:54:58 +0200 Subject: [PATCH] Tests: Include limits.h for MB_LEN_MAX in wchar tests --- Tests/LibC/TestWchar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/LibC/TestWchar.cpp b/Tests/LibC/TestWchar.cpp index ecde6cb677..05c4f24bb6 100644 --- a/Tests/LibC/TestWchar.cpp +++ b/Tests/LibC/TestWchar.cpp @@ -7,6 +7,7 @@ #include #include +#include #include #include