[gnote] Fix build using C++11 incompatible compiler
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Fix build using C++11 incompatible compiler
- Date: Wed, 26 Mar 2014 20:37:42 +0000 (UTC)
commit 0db2eb5a0be0bcfd59c42a09af1e8935d6e1aab6
Author: Aurimas Černius <aurisc4 gmail com>
Date: Wed Mar 26 22:36:12 2014 +0200
Fix build using C++11 incompatible compiler
Fixes Bug 727077.
Thanks Gustau Pérez i Querol.
src/notebase.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/notebase.cpp b/src/notebase.cpp
index e15fe9b..03ea13b 100644
--- a/src/notebase.cpp
+++ b/src/notebase.cpp
@@ -22,6 +22,7 @@
#include <boost/format.hpp>
#include <glibmm/i18n.h>
+#include "config.h"
#include "debug.hpp"
#include "itagmanager.hpp"
#include "notebase.hpp"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]