From e579839f0e82d49a4ae2dc3ab2c3efa060e55475 Mon Sep 17 00:00:00 2001 From: apo Date: Thu, 15 May 2008 14:43:11 +0000 Subject: [PATCH] Implementation of the sweep functionality (correct compilation error) --- src/VISUGUI/VisuGUI.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index 6cb20abf..f705568e 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -153,6 +153,8 @@ #include "VVTK_ViewModel.h" #include "VisuGUI_Slider.h" +#include "VisuGUI_Sweep.h" + using namespace VISU; -- 2.39.2