From 202c9a3ad8ed55ed83efd9dde0dedf4a60f3975e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Offringa?= <offringa@astron.nl> Date: Fri, 5 Oct 2012 06:05:40 +0000 Subject: [PATCH] Task #1892: fixing problem reported by K. Buckley, which caused compilation errors with older (2.10) gtkmms. --- .../AOFlagger/include/AOFlagger/gui/plot/plotpropertieswindow.h | 1 + 1 file changed, 1 insertion(+) diff --git a/CEP/DP3/AOFlagger/include/AOFlagger/gui/plot/plotpropertieswindow.h b/CEP/DP3/AOFlagger/include/AOFlagger/gui/plot/plotpropertieswindow.h index c37e9384de1..75e5a089017 100644 --- a/CEP/DP3/AOFlagger/include/AOFlagger/gui/plot/plotpropertieswindow.h +++ b/CEP/DP3/AOFlagger/include/AOFlagger/gui/plot/plotpropertieswindow.h @@ -27,6 +27,7 @@ #include <gtkmm/buttonbox.h> #include <gtkmm/checkbutton.h> #include <gtkmm/entry.h> +#include <gtkmm/image.h> #include <gtkmm/label.h> #include <gtkmm/frame.h> #include <gtkmm/radiobutton.h> -- GitLab