From e79794e482337c26cdeb3daff28c12ea8fb2f5d8 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 30 Oct 2013 16:20:47 +0100 Subject: plugins: Add GTK3 support --- plugins/taglist/pluma-taglist-plugin-panel.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/taglist/pluma-taglist-plugin-panel.c') diff --git a/plugins/taglist/pluma-taglist-plugin-panel.c b/plugins/taglist/pluma-taglist-plugin-panel.c index 367b8f04..4ed043da 100755 --- a/plugins/taglist/pluma-taglist-plugin-panel.c +++ b/plugins/taglist/pluma-taglist-plugin-panel.c @@ -41,7 +41,11 @@ #include #include +#include #include +#if GTK_CHECK_VERSION (3, 0, 0) +#include +#endif #include #define PLUMA_TAGLIST_PLUGIN_PANEL_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), \ -- cgit v1.2.1