Add missing (but actually unnecessary) gtk.h include

This commit is contained in:
Gergely Polonkai 2014-08-01 01:09:34 +02:00
parent c22c81cc61
commit c22fc02a2a
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <libxml/parser.h>
#include <libxml/tree.h>
#include <webkit2/webkit2.h>
#include <gtk/gtk.h>
#include <swe-glib.h>