summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-10-05 08:28:25 (EDT)
committer P. J. McDermott <pj@pehjota.net>2018-10-05 08:28:25 (EDT)
commitd29fb01744d56732bbe522fa4a8a704c944c0f09 (patch)
tree897ac1223eb70dbb7702e3d3db0e0684ef698f65
parentdb4ff05a5ce8e173ae679678dbdb4263e1d2e5f6 (diff)
downloadmarquee-d29fb01744d56732bbe522fa4a8a704c944c0f09.zip
marquee-d29fb01744d56732bbe522fa4a8a704c944c0f09.tar.gz
marquee-d29fb01744d56732bbe522fa4a8a704c944c0f09.tar.bz2
src/notebook.h: Add missing includes
These should have been added in commits c5c9684 and 86a6adf.
-rw-r--r--src/notebook.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/notebook.h b/src/notebook.h
index 3bc6961..9538057 100644
--- a/src/notebook.h
+++ b/src/notebook.h
@@ -31,6 +31,8 @@ typedef struct _MqNotebookClass MqNotebookClass;
#include <gtk/gtk.h>
#include "application.h"
+#include "tab-label.h"
+#include "tab-page.h"
#include "window.h"
G_BEGIN_DECLS