This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix regression for g++.old-deja/g++.jason/template31.C


Committed as obvious; missing same adjustment done to other
tests in r122628.  It showed up as a regression.

gcc/testsuite:

	* g++.old-deja/g++.jason/template31.C: Include cstdlib.

Index: g++.old-deja/g++.jason/template31.C
===================================================================
--- g++.old-deja/g++.jason/template31.C	(revision 122645)
+++ g++.old-deja/g++.jason/template31.C	(working copy)
@@ -3,6 +3,7 @@
 
 #include <iostream>
 #include <vector>
+#include <cstdlib>
 
 using std::vector;
  
brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]