From ddd9d94020b9c4bad7d3117a6a6f7321c5fdd269 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 8 May 2007 01:09:44 -0400 Subject: [PATCH] include cstring as well From-SVN: r124536 --- gcc/testsuite/g++.old-deja/g++.other/inline8.C | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/g++.old-deja/g++.other/inline8.C b/gcc/testsuite/g++.old-deja/g++.other/inline8.C index b919ab5df3f..a46dc382a7d 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/inline8.C +++ b/gcc/testsuite/g++.old-deja/g++.other/inline8.C @@ -4,6 +4,7 @@ #include #include +#include using namespace std; -- 2.30.2