testsuite_performance.h: Add cstring include for memset.
authorBenjamin Kosnik <bkoz@redhat.com>
Sun, 10 Jun 2007 09:14:43 +0000 (09:14 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Sun, 10 Jun 2007 09:14:43 +0000 (09:14 +0000)
2007-06-10  Benjamin Kosnik  <bkoz@redhat.com>

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

From-SVN: r125600

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

index 0c675635f34290f0f918b2960d76da18285d7163..3a53e9ac322a8fd8381db4e1753d4447f8ca8f77 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 f902dd0c6d9a6e7de5493795c3ef9dfb4adca65b..7557dfe3b0974f45075724eeda9ed5aefa61db09 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>