summaryrefslogtreecommitdiff
path: root/gio
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-03-18 14:30:58 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-03-18 14:30:58 +0000
commitff8e7dfb3946ef10df7e4dc50d8931012507e54f (patch)
tree21fcedf533778f8ecd93442e0f821f9a45784155 /gio
parent3a7bdbc8a725bd0586d114116da195f3ed9041dd (diff)
downloadglibmm-ff8e7dfb3946ef10df7e4dc50d8931012507e54f.tar.gz
Include giomm/error.h Because Gio::Error is thrown by some of these
2008-03-18 Murray Cumming <murrayc@murrayc.com> * gio/src/file.hg: Include giomm/error.h Because Gio::Error is thrown by some of these methods and it is annoying to have to include it separately just to catch that. svn path=/trunk/; revision=642
Diffstat (limited to 'gio')
-rw-r--r--gio/src/file.hg1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/src/file.hg b/gio/src/file.hg
index 9656325b..df41b91a 100644
--- a/gio/src/file.hg
+++ b/gio/src/file.hg
@@ -28,6 +28,7 @@
#include <giomm/filemonitor.h>
#include <giomm/fileoutputstream.h>
#include <giomm/mountoperation.h>
+#include <giomm/error.h> //Because this is thrown by some of these methods.
//#include <giomm/volume.h>
_DEFS(giomm,gio)