72bffee58f
Fix build with new glibmm from G:F OBS-URL: https://build.opensuse.org/request/show/99253 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=20
21 lines
509 B
Diff
21 lines
509 B
Diff
From 7364a6fd55c46db5c5dbae6df6ac377d48919fa9 Mon Sep 17 00:00:00 2001
|
|
From: Hub Figuiere <hub@figuiere.net>
|
|
Date: Fri, 06 Jan 2012 05:19:49 +0000
|
|
Subject: Fix missing header for Glib::signal_idle. Closes #667349
|
|
|
|
---
|
|
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"
|
|
--
|
|
cgit v0.9.0.2
|