summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTim Sheridan <tghs@tghs.net>2017-01-07 00:46:07 +0000
committerTim Sheridan <tghs@tghs.net>2017-01-07 00:46:07 +0000
commitbfcc3c57a2387e25bb2bc05a8a77f0ce51ca6b21 (patch)
treec7b40b67304dd8fc8f83e2b18824179ec5fb2274 /src
parent[Bug #1651815] share/examples: rescale svgs to 96 dpi. (diff)
downloadinkscape-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.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"