[gnote] Bug: 655340: src/notetag.hpp must include <map>



commit 33b85e76faf779934c6eb3a14389054f631c54de
Author: Dominique Leuenberger <dimstar opensuse org>
Date:   Thu Dec 1 22:35:19 2011 +0100

    Bug: 655340: src/notetag.hpp must include <map>
    
    Signed-off-by: Hub Figuiere <hub figuiere net>

 src/notetag.hpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/notetag.hpp b/src/notetag.hpp
index aa33abe..e3137b9 100644
--- a/src/notetag.hpp
+++ b/src/notetag.hpp
@@ -24,6 +24,7 @@
 #define __NOTE_TAG_HPP_
 
 #include <string>
+#include <map>
 
 #include <sigc++/signal.h>
 #include <glibmm/refptr.h>



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