Commit b0e90d2a by Jonathan Wakely Committed by Jonathan Wakely

Include missing header for std::free

	* testsuite/abi/pr42230.cc: Add header for std::free.

From-SVN: r250102
parent 387c17d3
2017-07-10 Jonathan Wakely <jwakely@redhat.com>
* testsuite/abi/pr42230.cc: Add header for std::free.
PR libstdc++/81381
* include/bits/sstream.tcc (basic_stringbuf::overflow)
(basic_stringbuf::basic_stringbuf(const __string_type&, ios::mode))
......
......@@ -3,6 +3,7 @@
#include <cxxabi.h>
#include <cassert>
#include <cstddef>
#include <cstdlib>
int main()
{
......
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