diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-25 18:29:57 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-25 18:29:57 +0000 |
| commit | 9ea62be867f15fb90651efbfd0b2a6aacd1247b1 (patch) | |
| tree | cc3dea929e2a5295e6b18d6e9a7c3e150a1a0ecd /src/ui/dialog/object-attributes.cpp | |
| parent | GDL: Merge upstream patch 912AE (2012-02-20) - Fixed some const warnings (diff) | |
| download | inkscape-9ea62be867f15fb90651efbfd0b2a6aacd1247b1.tar.gz inkscape-9ea62be867f15fb90651efbfd0b2a6aacd1247b1.zip | |
Header cleaning
(bzr r11015)
Diffstat (limited to 'src/ui/dialog/object-attributes.cpp')
| -rw-r--r-- | src/ui/dialog/object-attributes.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/object-attributes.cpp b/src/ui/dialog/object-attributes.cpp index 1f55887f4..a1c747ce8 100644 --- a/src/ui/dialog/object-attributes.cpp +++ b/src/ui/dialog/object-attributes.cpp @@ -21,6 +21,8 @@ #include "xml/repr.h" #include "ui/dialog/dialog-manager.h" #include "ui/dialog/object-attributes.h" +#include "inkscape.h" +#include "selection.h" namespace Inkscape { namespace UI { |
