1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-22 09:12:22 -05:00

Another missing include..

This commit is contained in:
TingPing 2013-03-31 22:32:35 -03:00
parent cf3a7a6a49
commit 984ec135d3

View File

@ -35,6 +35,7 @@
#include <gtk/gtkliststore.h>
#include <gtk/gtktreeview.h>
#include <gtk/gtkmessagedialog.h>
#include <gtk/gtktreeselection.h>
#include <gtk/gtkcellrenderertext.h>
#include <gtk/gtkcellrenderertoggle.h>