forked from pool/gnote
Dominique Leuenberger
47e8c6f31e
Update to 0.9.0 OBS-URL: https://build.opensuse.org/request/show/108750 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=22
26 lines
679 B
Diff
26 lines
679 B
Diff
From d0e06bcc294330ccd83c60d54b56bc5741160ce5 Mon Sep 17 00:00:00 2001
|
|
From: Dominique Leuenberger <dimstar@opensuse.org>
|
|
Date: Sat, 10 Mar 2012 19:50:32 +0100
|
|
Subject: [PATCH] Fix missing header includes for Glib::TimeoutSource. Fixes
|
|
bug 671787.
|
|
|
|
---
|
|
src/synchronization/syncmanager.hpp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/synchronization/syncmanager.hpp b/src/synchronization/syncmanager.hpp
|
|
index 19b87dd..6506ed1 100644
|
|
--- a/src/synchronization/syncmanager.hpp
|
|
+++ b/src/synchronization/syncmanager.hpp
|
|
@@ -26,6 +26,7 @@
|
|
#include <map>
|
|
#include <string>
|
|
|
|
+#include <glibmm/main.h>
|
|
#include <glibmm/thread.h>
|
|
|
|
#include "note.hpp"
|
|
--
|
|
1.7.9.2
|
|
|