summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2008-07-05 12:02:08 +0000
committerpjrm <pjrm@users.sourceforge.net>2008-07-05 12:02:08 +0000
commit969cb6fcd18ceefdb30ae99432febe467314c4a8 (patch)
tree992f67cf35b4ff5c890f45dd89923e37a490e34d /src
parentjabber_whiteboard/message-node.h: Supply missing #includes/declarations so th... (diff)
downloadinkscape-969cb6fcd18ceefdb30ae99432febe467314c4a8.tar.gz
inkscape-969cb6fcd18ceefdb30ae99432febe467314c4a8.zip
libavoid/region.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
(bzr r6174)
Diffstat (limited to 'src')
-rw-r--r--src/libavoid/region.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libavoid/region.h b/src/libavoid/region.h
index 9f00352ba..6a44ccb08 100644
--- a/src/libavoid/region.h
+++ b/src/libavoid/region.h
@@ -23,6 +23,8 @@
#ifndef AVOID_REGION_H
#define AVOID_REGION_H
+#include <list>
+#include "libavoid/geomtypes.h"
namespace Avoid {