mirror of git://gcc.gnu.org/git/gcc.git
Add missing <cassert> include to testcase
* testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp: Include <cassert> header. From-SVN: r244176
This commit is contained in:
parent
f3caa11824
commit
3907f9e59c
|
|
@ -1,5 +1,8 @@
|
|||
2017-01-06 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp:
|
||||
Include <cassert> header.
|
||||
|
||||
PR libstdc++/78968
|
||||
* crossconfig.m4: Check for __cxa_thread_atexit on *-*-freebsd*.
|
||||
* configure: Regenerate.
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
#include <ext/pb_ds/detail/type_utils.hpp>
|
||||
#include <performance/io/xml_formatter.hpp>
|
||||
#include <common_type/priority_queue/string_form.hpp>
|
||||
#include <cassert>
|
||||
|
||||
namespace __gnu_pbds
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue