[gnote] Fix missing header for Glib::signal_idle. Closes #667349



commit 7364a6fd55c46db5c5dbae6df6ac377d48919fa9
Author: Hub Figuiere <hub figuiere net>
Date:   Thu Jan 5 21:19:49 2012 -0800

    Fix missing header for Glib::signal_idle. Closes #667349

 src/notebuffer.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/notebuffer.cpp b/src/notebuffer.cpp
index 48bca2d..df223f3 100644
--- a/src/notebuffer.cpp
+++ b/src/notebuffer.cpp
@@ -23,6 +23,7 @@
 #include <algorithm>
 #include <tr1/array>
 
+#include <glibmm/main.h>
 
 #include "debug.hpp"
 #include "notebuffer.hpp"



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