From 452bbbfd6b2edf3a8441a834a577e724bc025715 Mon Sep 17 00:00:00 2001 From: Wyatt Olson Date: Sat, 24 Apr 2010 07:40:06 -0600 Subject: [PATCH] Added giomm.h include to safegtk.h (issue #74, patch by geko.pua) --- rtgui/safegtk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rtgui/safegtk.h b/rtgui/safegtk.h index d2dfc4255..02809f308 100644 --- a/rtgui/safegtk.h +++ b/rtgui/safegtk.h @@ -3,6 +3,7 @@ #include #include +#include Glib::RefPtr safe_create_from_file(const std::string& filename);