forked from pool/gnote
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
|
||
|
|