diff options
author | P. 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) |
commit | d29fb01744d56732bbe522fa4a8a704c944c0f09 (patch) | |
tree | 897ac1223eb70dbb7702e3d3db0e0684ef698f65 | |
parent | db4ff05a5ce8e173ae679678dbdb4263e1d2e5f6 (diff) | |
download | marquee-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.h | 2 |
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 |