mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
e463de681e
commit
28ec62e0a7
|
|
@ -1,3 +1,8 @@
|
||||||
|
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.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// -*- 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 @@
|
||||||
#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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue