Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs #26120 and #26121. Thanks to Jonathan Wakely for the reports and the patches.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@257474 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
// template <class Facet> locale combine(const locale& other) const;
|
||||
|
||||
#include <locale>
|
||||
#include <stdexcept>
|
||||
#include <cassert>
|
||||
|
||||
#include "count_new.hpp"
|
||||
|
||||
Reference in New Issue
Block a user