From: kiirala Date: Mon, 11 Feb 2008 13:00:07 +0000 (+0000) Subject: Fixed composite-node-observer including a file not existing in stable glib X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a7b739b4a2d6fa742683c58948831227bbad9adb;p=inkscape.git Fixed composite-node-observer including a file not existing in stable glib --- diff --git a/src/xml/composite-node-observer.cpp b/src/xml/composite-node-observer.cpp index 979462cef..e390a3f87 100644 --- a/src/xml/composite-node-observer.cpp +++ b/src/xml/composite-node-observer.cpp @@ -13,6 +13,7 @@ */ #include +#include #include "algorithms/find-if-before.h" #include "xml/composite-node-observer.h" diff --git a/src/xml/composite-node-observer.h b/src/xml/composite-node-observer.h index b9159dc40..7b5a24d53 100644 --- a/src/xml/composite-node-observer.h +++ b/src/xml/composite-node-observer.h @@ -15,7 +15,6 @@ #ifndef SEEN_INKSCAPE_XML_COMPOSITE_NODE_OBSERVER_H #define SEEN_INKSCAPE_XML_COMPOSITE_NODE_OBSERVER_H -#include #include "gc-managed.h" #include "xml/node-observer.h" #include "util/list-container.h"