← Back to team overview

dolfin team mailing list archive

Re: [HG DOLFIN] Add missing include in ALE.cpp.

 

2008/5/6 Garth N. Wells <gnw20@xxxxxxxxx>:
>
>
> Ilmar Wilbers wrote:
>> I am using gcc 4.3. Compiled it myself. Still having problems with
>> includes, see mail from 14.21 yesterday.
>>
>
> I didn't test with Trilinos, but it looks like another case where
> string.h needs to be included.

In C++, you're supposed to include <cstring>, not <string.h>. This
goes for all C library includes.

--
Martin


Follow ups

References