Commit 28ec62e0 by Benjamin Kosnik Committed by Benjamin Kosnik

testsuite_performance.h: Add cstring include for memset.

2007-06-10  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/util/testsuite_performance.h: Add cstring include for
	memset.

From-SVN: r125600
parent e463de68
2007-06-10 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/util/testsuite_performance.h: Add cstring include for
memset.
2007-06-08 Paolo Carlini <pcarlini@suse.de> 2007-06-08 Paolo Carlini <pcarlini@suse.de>
* docs/html/install.html: Adjust consistently with libstdc++/31717. * docs/html/install.html: Adjust consistently with libstdc++/31717.
......
// -*- C++ -*- // -*- C++ -*-
// Testing performance utilities for the C++ library testsuite. // Testing performance utilities for the C++ library testsuite.
// //
// Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. // Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the // software; you can redistribute it and/or modify it under the
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include <sys/times.h> #include <sys/times.h>
#include <sys/resource.h> #include <sys/resource.h>
#include <cstdlib> #include <cstdlib>
#include <cstring>
#include <string> #include <string>
#include <fstream> #include <fstream>
#include <iomanip> #include <iomanip>
......
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