[regexxer] Fix compilation
- From: Fabien Parent <fparent src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [regexxer] Fix compilation
- Date: Fri, 16 Nov 2012 13:32:31 +0000 (UTC)
commit 891327ee82e327314429609aeb5a60faed5487ba
Author: Fabien Parent <f-parent ti com>
Date: Fri Nov 16 14:31:13 2012 +0100
Fix compilation
src/fileshared.h | 1 +
src/globalstrings.h | 2 +-
src/translation.h | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/fileshared.h b/src/fileshared.h
index aa0698f..0a20cf0 100644
--- a/src/fileshared.h
+++ b/src/fileshared.h
@@ -24,6 +24,7 @@
#include "sharedptr.h"
#include <gtkmm/textbuffer.h>
+#include <glibmm/regex.h>
#include <functional>
#include <utility>
#include <vector>
diff --git a/src/globalstrings.h b/src/globalstrings.h
index 49cecb1..e51ab22 100644
--- a/src/globalstrings.h
+++ b/src/globalstrings.h
@@ -21,7 +21,7 @@
#ifndef REGEXXER_GLOBALSTRINGS_H_INCLUDED
#define REGEXXER_GLOBALSTRINGS_H_INCLUDED
-#include <glib/gutils.h> /* for G_DIR_SEPARATOR_S */
+#include <glib.h> /* for G_DIR_SEPARATOR_S */
namespace Regexxer
{
diff --git a/src/translation.h b/src/translation.h
index 553aa9f..a2a1c66 100644
--- a/src/translation.h
+++ b/src/translation.h
@@ -21,7 +21,7 @@
#ifndef REGEXXER_TRANSLATION_H_INCLUDED
#define REGEXXER_TRANSLATION_H_INCLUDED
-#include <glib/gmacros.h>
+#include <glib.h>
#include <glibmm/ustring.h>
#ifndef gettext_noop
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]