Added giomm.h include to safegtk.h (issue #74, patch by geko.pua)

This commit is contained in:
Wyatt Olson
2010-04-24 07:40:06 -06:00
parent 607ef7be1e
commit 452bbbfd6b

View File

@@ -3,6 +3,7 @@
#include <gtkmm.h>
#include <glibmm.h>
#include <giomm.h>
Glib::RefPtr<Gdk::Pixbuf> safe_create_from_file(const std::string& filename);