[gnote] Add missing includes to notewindow.hpp
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Add missing includes to notewindow.hpp
- Date: Thu, 14 Apr 2011 19:46:22 +0000 (UTC)
commit c69c7a4c599a24877639b1ba85e65bcd153316fe
Author: Aurimas Ä?ernius <aurisc4 gmail com>
Date: Thu Apr 14 22:35:35 2011 +0300
Add missing includes to notewindow.hpp
These includes are required to build with GTK 3.
src/notewindow.hpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/notewindow.hpp b/src/notewindow.hpp
index 3a76142..669f3ef 100644
--- a/src/notewindow.hpp
+++ b/src/notewindow.hpp
@@ -1,6 +1,7 @@
/*
* gnote
*
+ * Copyright (C) 2011 Aurimas Cernius
* Copyright (C) 2009 Hubert Figuiere
*
* This program is free software: you can redistribute it and/or modify
@@ -28,6 +29,9 @@
#include <gtkmm/toolbar.h>
#include <gtkmm/toolbutton.h>
#include <gtkmm/menu.h>
+#include <gtkmm/checkmenuitem.h>
+#include <gtkmm/radiomenuitem.h>
+#include <gtkmm/imagemenuitem.h>
#include <gtkmm/textview.h>
#include <gtkmm/scrolledwindow.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]