diff options
-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 |