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
|