From: Hans-Peter Nilsson Date: Wed, 7 Mar 2007 03:10:26 +0000 (+0000) Subject: * g++.old-deja/g++.jason/template31.C: Include cstdlib. X-Git-Tag: releases/gcc-4.3.0~6406 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf4e79cff8e5a33ebc43b6b0caa3ecd903f457cc;p=thirdparty%2Fgcc.git * g++.old-deja/g++.jason/template31.C: Include cstdlib. From-SVN: r122647 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 849ec240bfd4..17b1ee2b20ec 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-03-07 Hans-Peter Nilsson + + * g++.old-deja/g++.jason/template31.C: Include cstdlib. + 2007-03-06 Richard Sandiford * gcc.c-torture/compile/m68k-byte-addr.c: New test. diff --git a/gcc/testsuite/g++.old-deja/g++.jason/template31.C b/gcc/testsuite/g++.old-deja/g++.jason/template31.C index 2cab859afc69..81d696f2f097 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/template31.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/template31.C @@ -3,6 +3,7 @@ #include #include +#include using std::vector;