[libcxx] [test] Add missing header for std::numeric_limits
authorJonathan Wakely <jwakely@redhat.com>
Wed, 18 May 2022 12:35:57 +0000 (14:35 +0200)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 18 May 2022 12:36:02 +0000 (14:36 +0200)
Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D122571

libcxx/test/std/iterators/iterator.container/ssize.pass.cpp

index ceae8de..9f384c6 100644 (file)
@@ -20,6 +20,7 @@
 #include <list>
 #include <initializer_list>
 #include <string_view>
+#include <limits>
 
 #include "test_macros.h"