From 46cdaf7cb7c1768bbd961790dc594da6ac077c77 Mon Sep 17 00:00:00 2001 From: akl Date: Tue, 25 Sep 2007 06:14:37 +0000 Subject: [PATCH] Fix for VTK-4.2.x compatibility. --- src/PIPELINE/VISU_CellDataToPointData.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/PIPELINE/VISU_CellDataToPointData.cxx b/src/PIPELINE/VISU_CellDataToPointData.cxx index 68552417..48f69ed2 100644 --- a/src/PIPELINE/VISU_CellDataToPointData.cxx +++ b/src/PIPELINE/VISU_CellDataToPointData.cxx @@ -27,6 +27,8 @@ #include "VISU_CellDataToPointData.hxx" +#include + #include #include #include -- 2.39.2