Commit 3907f9e5 by Jonathan Wakely Committed by Jonathan Wakely

Add missing <cassert> include to testcase

	* testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp:
	Include <cassert> header.

From-SVN: r244176
parent f3caa118
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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment