[gtk+] GtkFlowBox: Add a missing #include



commit 04c4e1963f3ec8230dff3197f10e42b40aea6ec0
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jul 18 23:00:54 2014 -0400

    GtkFlowBox: Add a missing #include

 gtk/gtkflowbox.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c
index d0dd345..e8374e9 100644
--- a/gtk/gtkflowbox.c
+++ b/gtk/gtkflowbox.c
@@ -58,6 +58,7 @@
 #include "gtkflowbox.h"
 #include "gtkmarshalers.h"
 #include "gtkprivate.h"
+#include "gtkorientableprivate.h"
 #include "gtkintl.h"
 
 #include "a11y/gtkflowboxaccessibleprivate.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]