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
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* docs/html/install.html: Adjust consistently with libstdc++/31717.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// -*- C++ -*-
|
||||
// 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
|
||||
// software; you can redistribute it and/or modify it under the
|
||||
|
@ -34,6 +34,7 @@
|
|||
#include <sys/times.h>
|
||||
#include <sys/resource.h>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
#include <fstream>
|
||||
#include <iomanip>
|
||||
|
|
Loading…
Add table
Reference in a new issue