From: Matthias Clasen Date: Tue, 7 Jun 2011 22:37:36 +0000 (-0400) Subject: Add a missing include X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=453849acf372ac0c49cb4a1e392665e964e74fae;p=~andy%2Fgtk Add a missing include --- diff --git a/gtk/gtktreestore.c b/gtk/gtktreestore.c index a1a91c24a..e2e969ed5 100644 --- a/gtk/gtktreestore.c +++ b/gtk/gtktreestore.c @@ -25,6 +25,7 @@ #include "gtktreedatalist.h" #include "gtktreednd.h" #include "gtkbuildable.h" +#include "gtkdebug.h" #include "gtkintl.h"