From a258730129841853e4f9c04d08ca25ca601b96cd Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Wed, 7 Dec 2011 16:27:17 +0100 Subject: [PATCH] COMP: apply fix reported by A. Valentino on mailing list for compilation on debian sid --- .../ApplicationLauncherQt/otbApplicationLauncherQt.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Code/Wrappers/ApplicationLauncherQt/otbApplicationLauncherQt.cxx b/Code/Wrappers/ApplicationLauncherQt/otbApplicationLauncherQt.cxx index d7be70a65a..d1680662fd 100644 --- a/Code/Wrappers/ApplicationLauncherQt/otbApplicationLauncherQt.cxx +++ b/Code/Wrappers/ApplicationLauncherQt/otbApplicationLauncherQt.cxx @@ -15,8 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#include <QApplication> -#include <QObject> +#include <QtGui> #include "otbWrapperApplication.h" #include "otbWrapperApplicationRegistry.h" #include "otbWrapperQtWidgetView.h" -- GitLab