diff options
| author | Tim Sheridan <tghs@tghs.net> | 2017-01-07 00:46:07 +0000 |
|---|---|---|
| committer | Tim Sheridan <tghs@tghs.net> | 2017-01-07 00:46:07 +0000 |
| commit | bfcc3c57a2387e25bb2bc05a8a77f0ce51ca6b21 (patch) | |
| tree | c7b40b67304dd8fc8f83e2b18824179ec5fb2274 /src | |
| parent | [Bug #1651815] share/examples: rescale svgs to 96 dpi. (diff) | |
| download | inkscape-bfcc3c57a2387e25bb2bc05a8a77f0ce51ca6b21.tar.gz inkscape-bfcc3c57a2387e25bb2bc05a8a77f0ce51ca6b21.zip | |
Add missing include for array template
(bzr r15394.1.1)
Diffstat (limited to 'src')
| -rw-r--r-- | src/widgets/eraser-toolbar.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/eraser-toolbar.cpp b/src/widgets/eraser-toolbar.cpp index 64aace4e7..7377cdc00 100644 --- a/src/widgets/eraser-toolbar.cpp +++ b/src/widgets/eraser-toolbar.cpp @@ -33,6 +33,8 @@ #include "eraser-toolbar.h" #include "calligraphy-toolbar.h" // TODO: needed for update_presets_list +#include <array> + #include "desktop.h" #include "document-undo.h" #include "widgets/ege-adjustment-action.h" |
