From: Jason Merrill Date: Tue, 8 May 2007 05:09:44 +0000 (-0400) Subject: include cstring as well X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ddd9d94020b9c4bad7d3117a6a6f7321c5fdd269;p=gcc.git include cstring as well From-SVN: r124536 --- 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;