diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-08-18 21:18:05 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-08-18 21:18:05 +0000 |
| commit | a5e84125b62bf41871b57d93e457db81ee139485 (patch) | |
| tree | 420c753d71c92ee51ff1e2499e1ba93f802f48ff /src/sp-filter.cpp | |
| parent | Code cleanup. (diff) | |
| download | inkscape-a5e84125b62bf41871b57d93e457db81ee139485.tar.gz inkscape-a5e84125b62bf41871b57d93e457db81ee139485.zip | |
Fix build (not pretty).
(bzr r13341.1.146)
Diffstat (limited to 'src/sp-filter.cpp')
| -rw-r--r-- | src/sp-filter.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sp-filter.cpp b/src/sp-filter.cpp index e8319baca..9a184952c 100644 --- a/src/sp-filter.cpp +++ b/src/sp-filter.cpp @@ -22,8 +22,9 @@ using std::map; using std::pair; -#include <glibmm/stringutils.h> +#include <glibmm.h> #include "attributes.h" +#include "display/nr-filter.h" #include "document.h" #include "sp-filter.h" #include "sp-filter-reference.h" @@ -37,8 +38,6 @@ using std::pair; #define SP_MACROS_SILENT #include "macros.h" -#include "display/nr-filter.h" - static void filter_ref_changed(SPObject *old_ref, SPObject *ref, SPFilter *filter); static void filter_ref_modified(SPObject *href, guint flags, SPFilter *filter); |
