summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorKees Cook <kees@outflux.net>2008-02-11 08:10:22 +0000
committerkeescook <keescook@users.sourceforge.net>2008-02-11 08:10:22 +0000
commit1ef8d2e18f14491e114d6ade4238c74616e248d2 (patch)
tree3bc92fc31827a05f8056d76f15407149b6e55b28 /src/xml
parentUpate translation for Khmer (diff)
downloadinkscape-1ef8d2e18f14491e114d6ade4238c74616e248d2.tar.gz
inkscape-1ef8d2e18f14491e114d6ade4238c74616e248d2.zip
remaining g++ 4.3 compilation fix-ups
(bzr r4706)
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/composite-node-observer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xml/composite-node-observer.h b/src/xml/composite-node-observer.h
index 7b5a24d53..b9159dc40 100644
--- a/src/xml/composite-node-observer.h
+++ b/src/xml/composite-node-observer.h
@@ -15,6 +15,7 @@
#ifndef SEEN_INKSCAPE_XML_COMPOSITE_NODE_OBSERVER_H
#define SEEN_INKSCAPE_XML_COMPOSITE_NODE_OBSERVER_H
+#include <glib/gtestutils.h>
#include "gc-managed.h"
#include "xml/node-observer.h"
#include "util/list-container.h"