From f6db16fe74ce78f70adc86aeadb0a1bd67565365 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 14 Feb 2012 18:16:36 +0000 Subject: [PATCH] COMP: pointLinear: missing include --- .../surfaceInterpolation/schemes/pointLinear/pointLinear.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/pointLinear/pointLinear.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/pointLinear/pointLinear.C index 12fcfdbef2..667ddf778f 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/pointLinear/pointLinear.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/pointLinear/pointLinear.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -26,6 +26,7 @@ License #include "pointLinear.H" #include "fvMesh.H" #include "volPointInterpolation.H" +#include "triangle.H" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //