]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* g++.old-deja/g++.jason/template31.C: Include cstdlib.
authorHans-Peter Nilsson <hp@axis.com>
Wed, 7 Mar 2007 03:10:26 +0000 (03:10 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Wed, 7 Mar 2007 03:10:26 +0000 (03:10 +0000)
From-SVN: r122647

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.jason/template31.C

index 849ec240bfd42f0c7a9dfe1e095f8d349acdb66a..17b1ee2b20ec2e1254872e6a174fd06f9814b236 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-07  Hans-Peter Nilsson  <hp@axis.com>
+
+       * g++.old-deja/g++.jason/template31.C: Include cstdlib.
+
 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
 
        * gcc.c-torture/compile/m68k-byte-addr.c: New test.
index 2cab859afc69d721dae301358b100f6bd7de53d2..81d696f2f0971b68e86209c65b5d945fddfb2249 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <iostream>
 #include <vector>
+#include <cstdlib>
 
 using std::vector;