From 44cbea25e8e031b9da2b822e6baac55d20637cd2 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Tue, 14 Feb 2012 18:17:04 +0000
Subject: [PATCH] COMP: primitiveMeshGeometry: missing include

---
 src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.C | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.C b/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.C
index 62e0106ceb7..de6cd25d3ac 100644
--- a/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.C
+++ b/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.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 "primitiveMeshGeometry.H"
 #include "pyramidPointFaceRef.H"
 #include "unitConversion.H"
+#include "triPointRef.H"
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-- 
GitLab