OSDN Git Service

2007-06-10 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 10 Jun 2007 09:14:43 +0000 (09:14 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 10 Jun 2007 09:14:43 +0000 (09:14 +0000)
* testsuite/util/testsuite_performance.h: Add cstring include for
memset.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125600 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/util/testsuite_performance.h

index 0c67563..3a53e9a 100644 (file)
@@ -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.
index f902dd0..7557dfe 100644 (file)
@@ -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>