[gnote] Add missing #include



commit ada935d0970f221253d19668b3a78cfacc63fcd7
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sat Mar 12 21:09:55 2016 +0200

    Add missing #include
    
    Used to come from notewindow.hpp

 src/preferencesdialog.hpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/preferencesdialog.hpp b/src/preferencesdialog.hpp
index 3f53de7..eeba06a 100644
--- a/src/preferencesdialog.hpp
+++ b/src/preferencesdialog.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2011-2013,2015 Aurimas Cernius
+ * Copyright (C) 2011-2013,2015-2016 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -32,6 +32,7 @@
 #include <gtkmm/liststore.h>
 #include <gtkmm/combobox.h>
 #include <gtkmm/comboboxtext.h>
+#include <gtkmm/radiobutton.h>
 #include <gtkmm/spinbutton.h>
 
 #include "sharp/addinstreemodel.hpp"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]