From: apo Date: Mon, 6 Feb 2006 07:29:38 +0000 (+0000) Subject: Fix a compilation error: invalid use of undefined type `struct vtkDataSet' X-Git-Tag: mergeto_trunk_07Feb06~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=699b8dce1c5c6eaf39e45428e3ce3e6daf6ecd69;p=modules%2Fvisu.git Fix a compilation error: invalid use of undefined type `struct vtkDataSet' --- diff --git a/src/VISU_I/VISU_Prs3d_i.cc b/src/VISU_I/VISU_Prs3d_i.cc index beaa4b68..64bb0bb9 100644 --- a/src/VISU_I/VISU_Prs3d_i.cc +++ b/src/VISU_I/VISU_Prs3d_i.cc @@ -33,9 +33,9 @@ #include "SALOME_Event.hxx" #include +#include #include - #include using namespace VISU;