[llvm-branch-commits] [libcxx] 99af55f - [libc++][format] Fix a missing include in tests.

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Mar 24 00:45:13 PDT 2023


Author: Konstantin Varlamov
Date: 2023-03-24T08:44:24+01:00
New Revision: 99af55f91f5de627b135c6e1af133275ddd6ffd0

URL: https://github.com/llvm/llvm-project/commit/99af55f91f5de627b135c6e1af133275ddd6ffd0
DIFF: https://github.com/llvm/llvm-project/commit/99af55f91f5de627b135c6e1af133275ddd6ffd0.diff

LOG: [libc++][format] Fix a missing include in tests.

(cherry picked from commit 78f17b2a98e9c7ce4a28c48955ef312157099a69)

Added: 
    

Modified: 
    libcxx/test/support/format.functions.common.h

Removed: 
    


################################################################################
diff  --git a/libcxx/test/support/format.functions.common.h b/libcxx/test/support/format.functions.common.h
index 769b1aff9c64..81ed04998a51 100644
--- a/libcxx/test/support/format.functions.common.h
+++ b/libcxx/test/support/format.functions.common.h
@@ -11,6 +11,7 @@
 // Contains the common part of the formatter tests for 
diff erent papers.
 
 #include <algorithm>
+#include <cctype>
 #include <charconv>
 #include <format>
 #include <ranges>


        


More information about the llvm-branch-commits mailing list