diff options
| author | Martin Owens <doctormo@gmail.com> | 2017-08-13 11:26:35 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2017-08-13 11:26:35 +0000 |
| commit | 203bb5ccb8d526f3460e476693642c05bd6fab2f (patch) | |
| tree | 7b7e3142393909358d50019efc6fc5e1bc91fcca /src/sp-mask.cpp | |
| parent | Merge branch 'alvinpenner/inkscape-master' (diff) | |
| parent | update to trunk (diff) | |
| download | inkscape-203bb5ccb8d526f3460e476693642c05bd6fab2f.tar.gz inkscape-203bb5ccb8d526f3460e476693642c05bd6fab2f.zip | |
Merge branch 'jabiertxof/inkscape-inkscape.dev_power_clip_and_mask'
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 { |
