From: vsr Date: Tue, 19 Jul 2011 08:15:24 +0000 (+0000) Subject: Merge from V6_3_1_WIN (Win32 porting) 19/07/2011 X-Git-Tag: mergefrom_V6_3_1_WIN_19Jul11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3c0344ab84cda61a910d083f27ad826fe80ab294;p=modules%2Fvisu.git Merge from V6_3_1_WIN (Win32 porting) 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