summaryrefslogtreecommitdiffstats
path: root/src/widgets/eraser-toolbar.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2017-01-07 01:34:28 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2017-01-07 01:34:28 +0000
commit64867a9390f294fdd76f5b00130467a51710f41d (patch)
treec7b40b67304dd8fc8f83e2b18824179ec5fb2274 /src/widgets/eraser-toolbar.cpp
parent[Bug #1651815] share/examples: rescale svgs to 96 dpi. (diff)
parentAdd missing include for array template (diff)
downloadinkscape-64867a9390f294fdd76f5b00130467a51710f41d.tar.gz
inkscape-64867a9390f294fdd76f5b00130467a51710f41d.zip
add missing header
(bzr r15395)
Diffstat (limited to 'src/widgets/eraser-toolbar.cpp')
-rw-r--r--src/widgets/eraser-toolbar.cpp2
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"