From: vsr Date: Tue, 19 Jul 2011 12:07:09 +0000 (+0000) Subject: Merge from V6_3_BR 19/07/2011 X-Git-Tag: V6_main_20110720 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=70e261e5b8d3694df65a819018ee672bf95bc787;p=modules%2Fvisu.git Merge from V6_3_BR 19/07/2011 --- 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