Add missing <cassert> include to testcase
authorJonathan Wakely <jwakely@redhat.com>
Fri, 6 Jan 2017 17:51:24 +0000 (17:51 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 6 Jan 2017 17:51:24 +0000 (17:51 +0000)
* testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp:
Include <cassert> header.

From-SVN: r244176

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp

index bbfa9d8..dc05b3d 100644 (file)
@@ -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.
index f9ed1db..15c0552 100644 (file)
@@ -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
 {