diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-15 20:47:14 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-15 20:47:14 +0000 |
| commit | c863f1feb02683ba6cccacbe09ea9acbe1b371df (patch) | |
| tree | 24427ecd1e9316081944ac9e28e12e63bc5f1076 /src/document.cpp | |
| parent | fix build some more... (diff) | |
| download | inkscape-c863f1feb02683ba6cccacbe09ea9acbe1b371df.tar.gz inkscape-c863f1feb02683ba6cccacbe09ea9acbe1b371df.zip | |
More header cleanup/fwd declarations
(bzr r10986)
Diffstat (limited to '')
| -rw-r--r-- | src/document.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/document.cpp b/src/document.cpp index 26d281b90..08563d761 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -62,6 +62,7 @@ #include "unit-constants.h" #include "xml/repr.h" #include "xml/rebase-hrefs.h" +#include "libcroco/cr-cascade.h" using Inkscape::DocumentUndo; |
