diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-06-09 03:37:29 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-06-09 03:37:29 +0000 |
| commit | 561132c8453d4affa267614dcf791ae88f5b1309 (patch) | |
| tree | 523ab0042a5f51a9e86648594d027550bfcd2929 /src | |
| parent | force single single document over a node's lifetime (diff) | |
| download | inkscape-561132c8453d4affa267614dcf791ae88f5b1309.tar.gz inkscape-561132c8453d4affa267614dcf791ae88f5b1309.zip | |
Fix include in sp-filter.cpp NR:filter issue
(bzr r5863)
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/sp-filter.cpp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c2568db30..4d6367995 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -357,6 +357,7 @@ knot-enums.h knot.h knotholder.cpp knot-holder-entity.h +knot-holder-entity.cpp knotholder.h layer-fns.cpp layer-fns.h diff --git a/src/sp-filter.cpp b/src/sp-filter.cpp index e020f6814..b76bc553b 100644 --- a/src/sp-filter.cpp +++ b/src/sp-filter.cpp @@ -36,7 +36,7 @@ using std::pair; #define SP_MACROS_SILENT #include "macros.h" -#include "display/nr-filter.cpp" +#include "display/nr-filter.h" /* Filter base class */ |
