diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2017-06-07 19:34:53 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2017-06-07 19:34:53 +0000 |
| commit | ef4db6f8483312a558b512e8a1ad11fc95872886 (patch) | |
| tree | a8a146800a323f3878e5fe45dcb5e14d0a60ac0f /src/sp-mask.cpp | |
| parent | Update to trunk (diff) | |
| download | inkscape-ef4db6f8483312a558b512e8a1ad11fc95872886.tar.gz inkscape-ef4db6f8483312a558b512e8a1ad11fc95872886.zip | |
Working on powermask LPE
(bzr r15722)
Diffstat (limited to 'src/sp-mask.cpp')
| -rw-r--r-- | src/sp-mask.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp-mask.cpp b/src/sp-mask.cpp index 4690ffda2..a47fab35e 100644 --- a/src/sp-mask.cpp +++ b/src/sp-mask.cpp @@ -23,7 +23,8 @@ #include "attributes.h" #include "document.h" #include "document-private.h" - +#include "style.h" +#include "attributes.h" #include "sp-mask.h" struct SPMaskView { |
