# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/inkscape/hotfix-gcc16.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- a/src/display/control/ctrl-handle-rendering.h.vanilla 2026-04-29 17:11:15.709594235 +0200 +++ b/src/display/control/ctrl-handle-rendering.h 2026-04-29 17:11:23.273011308 +0200 @@ -15,6 +15,7 @@ #include #include +#include #include "canvas-item-enums.h" --- a/src/util/pool.cpp.vanilla 2026-04-29 17:10:05.873439972 +0200 +++ b/src/util/pool.cpp 2026-04-29 17:10:33.123516304 +0200 @@ -4,6 +4,7 @@ #include #include +#include namespace Inkscape::Util {