[anjuta] project-wizard: Include config.h in gtkmm wizard
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] project-wizard: Include config.h in gtkmm wizard
- Date: Fri, 18 Mar 2011 22:34:46 +0000 (UTC)
commit 534366a99ce576cd8f45a16416de489728a172ca
Author: Johannes Schmid <jhs gnome org>
Date: Fri Mar 18 14:39:22 2011 -0400
project-wizard: Include config.h in gtkmm wizard
plugins/project-wizard/templates/gtkmm/src/main.cc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/project-wizard/templates/gtkmm/src/main.cc b/plugins/project-wizard/templates/gtkmm/src/main.cc
index 79d9eae..a66b874 100644
--- a/plugins/project-wizard/templates/gtkmm/src/main.cc
+++ b/plugins/project-wizard/templates/gtkmm/src/main.cc
@@ -13,6 +13,8 @@
#include <gtkmm.h>
#include <iostream>
+#include "config.h"
+
[+IF (=(get "HaveI18n") "1")+]
#ifdef ENABLE_NLS
# include <libintl.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]