From 352a0ae950c3df050f1b846356d1ed158402247c Mon Sep 17 00:00:00 2001 From: rnv Date: Wed, 6 Jul 2011 06:57:10 +0000 Subject: [PATCH] Porting SALOME 6.3.0 on windows platform. --- src/PIPELINE/VISU_CellDataToPointData.hxx | 3 ++- src/VISU_I/VISU_TimeAnimation.cxx | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PIPELINE/VISU_CellDataToPointData.hxx b/src/PIPELINE/VISU_CellDataToPointData.hxx index ed4fb38c..f6600a55 100644 --- a/src/PIPELINE/VISU_CellDataToPointData.hxx +++ b/src/PIPELINE/VISU_CellDataToPointData.hxx @@ -36,11 +36,12 @@ #ifndef __VISU_CellDataToPointData_h #define __VISU_CellDataToPointData_h +#include "VISUPipeline.hxx" #include class vtkDataSet; -class VTK_GRAPHICS_EXPORT VISU_CellDataToPointData : public vtkDataSetAlgorithm +class VISU_PIPELINE_EXPORT VISU_CellDataToPointData : public vtkDataSetAlgorithm { public: static VISU_CellDataToPointData *New(); diff --git a/src/VISU_I/VISU_TimeAnimation.cxx b/src/VISU_I/VISU_TimeAnimation.cxx index dd065a52..ce49f1cd 100644 --- a/src/VISU_I/VISU_TimeAnimation.cxx +++ b/src/VISU_I/VISU_TimeAnimation.cxx @@ -28,7 +28,6 @@ #ifdef WNT #include -#include #include #endif -- 2.39.2