summaryrefslogtreecommitdiff
path: root/gtk/gtkcomboboxtext.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-06-21 18:03:39 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-06-23 07:55:53 -0400
commit83f22fcce2f404b992235f1d4bd4cd13c364c3dd (patch)
tree0a7e3b22e4095e59fc452b17476d7fb0ee0c5fcb /gtk/gtkcomboboxtext.c
parent34a12f47f1d1ae5198a4f7793c89a43146d5ed05 (diff)
downloadgtk+-83f22fcce2f404b992235f1d4bd4cd13c364c3dd.tar.gz
Add a few missing includes
These sources are using GtkListStore apis, but were replying on indirect includes to get the header. Make this explicit, to prepare for GtkEntryCompletion losing its tree view dependencies.
Diffstat (limited to 'gtk/gtkcomboboxtext.c')
-rw-r--r--gtk/gtkcomboboxtext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c
index ddb8be2853..9305562c64 100644
--- a/gtk/gtkcomboboxtext.c
+++ b/gtk/gtkcomboboxtext.c
@@ -24,6 +24,7 @@
#include "gtkcelllayout.h"
#include "gtkbuildable.h"
#include "gtkbuilderprivate.h"
+#include "gtkliststore.h"
#include <string.h>