[libcxx-commits] [PATCH] D122571: [libcxx] [test] Add missing header for std::numeric_limits
Benjamin Kramer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 18 05:37:21 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG89cacb9ee72c: [libcxx] [test] Add missing header for std::numeric_limits (authored by jwakely, committed by bkramer).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122571/new/
https://reviews.llvm.org/D122571
Files:
libcxx/test/std/iterators/iterator.container/ssize.pass.cpp
Index: libcxx/test/std/iterators/iterator.container/ssize.pass.cpp
===================================================================
--- libcxx/test/std/iterators/iterator.container/ssize.pass.cpp
+++ libcxx/test/std/iterators/iterator.container/ssize.pass.cpp
@@ -20,6 +20,7 @@
#include <list>
#include <initializer_list>
#include <string_view>
+#include <limits>
#include "test_macros.h"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122571.430347.patch
Type: text/x-patch
Size: 400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220518/39ac755a/attachment.bin>
More information about the libcxx-commits
mailing list