[glom] Windows build: Add some includes.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Windows build: Add some includes.
- Date: Wed, 11 Apr 2012 07:21:36 +0000 (UTC)
commit 2478c4558a8dd0d2c181a4ece3d64664bd6d0a44
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Apr 11 09:21:21 2012 +0200
Windows build: Add some includes.
* glom/dialog_existing_or_new.cc: As suggested by
alien in bug #673093
ChangeLog | 7 +++++++
glom/dialog_existing_or_new.cc | 5 +++--
2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 876e59b..35c83a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2012-04-11 Murray Cumming <murrayc murrayc com>
+ Windows build: Add some includes.
+
+ * glom/dialog_existing_or_new.cc: As suggested by
+ alien in bug #673093
+
+2012-04-11 Murray Cumming <murrayc murrayc com>
+
Windows build: Add a windows.h include.
* glom/utility_widgets/imageglom.cc: As suggested by
diff --git a/glom/dialog_existing_or_new.cc b/glom/dialog_existing_or_new.cc
index dc8e43d..f77f695 100644
--- a/glom/dialog_existing_or_new.cc
+++ b/glom/dialog_existing_or_new.cc
@@ -32,9 +32,10 @@
#include <glibmm/miscutils.h>
#ifdef G_OS_WIN32
-# include <glib/gwin32.h>
+#include <glibmm/fileutils.h>
+#include <glib.h>
#else
-# include <libepc/service-type.h>
+#include <libepc/service-type.h>
#endif
#include <iostream>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]