From 28ec62e0a776f2b19c3c989448534fcee641e020 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Sun, 10 Jun 2007 09:14:43 +0000 Subject: [PATCH] testsuite_performance.h: Add cstring include for memset. 2007-06-10 Benjamin Kosnik * testsuite/util/testsuite_performance.h: Add cstring include for memset. From-SVN: r125600 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/testsuite/util/testsuite_performance.h | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0c675635f34..3a53e9ac322 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2007-06-10 Benjamin Kosnik + + * testsuite/util/testsuite_performance.h: Add cstring include for + memset. + 2007-06-08 Paolo Carlini * docs/html/install.html: Adjust consistently with libstdc++/31717. diff --git a/libstdc++-v3/testsuite/util/testsuite_performance.h b/libstdc++-v3/testsuite/util/testsuite_performance.h index f902dd0c6d9..7557dfe3b09 100644 --- a/libstdc++-v3/testsuite/util/testsuite_performance.h +++ b/libstdc++-v3/testsuite/util/testsuite_performance.h @@ -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 #include #include +#include #include #include #include