graphics/inkscape: prepare for upcoming Boost-1.81 update

This commit is contained in:
Dima Panov 2023-01-16 21:46:17 +03:00
parent af2475f9c2
commit 9334daa8c6

View File

@ -0,0 +1,10 @@
--- src/object/algorithms/graphlayout.cpp.orig 2022-11-26 17:42:01 UTC
+++ src/object/algorithms/graphlayout.cpp
@@ -14,6 +14,7 @@
*/
#include <algorithm>
+#include <array>
#include <cstring>
#include <iostream>
#include <list>