From 699b8dce1c5c6eaf39e45428e3ce3e6daf6ecd69 Mon Sep 17 00:00:00 2001 From: apo Date: Mon, 6 Feb 2006 07:29:38 +0000 Subject: [PATCH] Fix a compilation error: invalid use of undefined type `struct vtkDataSet' --- src/VISU_I/VISU_Prs3d_i.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2