From e5665f382089de4d5bf39972ecf554b0108286e6 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sat, 24 Jan 2009 21:36:50 +0000 Subject: [PATCH] Fixed a headers issue introduced by a proc merge --- src/gui/gtk-lumiera.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/gtk-lumiera.hpp b/src/gui/gtk-lumiera.hpp index 956223de9..e7693c63f 100644 --- a/src/gui/gtk-lumiera.hpp +++ b/src/gui/gtk-lumiera.hpp @@ -28,6 +28,7 @@ #ifndef GTK_LUMIERA_HPP #define GTK_LUMIERA_HPP +#include #include #include // need to include this after gtkmm.h, because types.h from GTK tries to shaddow the ERROR macro from windows, which kills NoBug's ERROR macro #include