From: Romulo Pinho <pinho@lyon.fnclcc.fr>
Date: Tue, 13 Sep 2011 08:39:33 +0000 (+0200)
Subject: patches sent from Joel Schaerer
X-Git-Tag: v1.3.0~215^2~9
X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=6612a70a1a2056589f70f57bf6b81269be1c645f;p=clitk.git

patches sent from Joel Schaerer
---

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..378eac2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+build
diff --git a/itk/itkRayCastInterpolateImageFunctionWithOrigin.txx b/itk/itkRayCastInterpolateImageFunctionWithOrigin.txx
index e89579e..ebf73cf 100644
--- a/itk/itkRayCastInterpolateImageFunctionWithOrigin.txx
+++ b/itk/itkRayCastInterpolateImageFunctionWithOrigin.txx
@@ -1,4 +1,4 @@
-/*=========================================================================
+/*========================================================================
   Program:   vv                     http://www.creatis.insa-lyon.fr/rio/vv
 
   Authors belong to:
diff --git a/vv/vvMainWindowBase.h b/vv/vvMainWindowBase.h
index 9aaf79c..3b99565 100644
--- a/vv/vvMainWindowBase.h
+++ b/vv/vvMainWindowBase.h
@@ -25,6 +25,7 @@
 
 class vvSlicerManager;
 class QMenu;
+class QTabWidget;
 
 //------------------------------------------------------------------------------
 class vvMainWindowBase : public QMainWindow
diff --git a/vv/vvToolBase.h b/vv/vvToolBase.h
index c636a8d..3cd4fbf 100644
--- a/vv/vvToolBase.h
+++ b/vv/vvToolBase.h
@@ -21,6 +21,7 @@
 
 #include "vvToolBaseBase.h"
 #include "vvToolCreator.h"
+#include <QIcon>
 
 //------------------------------------------------------------------------------
 template<class ToolType>
diff --git a/vv/vvToolWidgetBase.cxx b/vv/vvToolWidgetBase.cxx
index d3cecbd..c780768 100644
--- a/vv/vvToolWidgetBase.cxx
+++ b/vv/vvToolWidgetBase.cxx
@@ -25,6 +25,7 @@
 #include <QMessageBox>
 #include <QKeyEvent>
 #include <QDockWidget>
+#include <QTabWidget>
 
 //------------------------------------------------------------------------------
 // Static initialisation