From f0edd959ade7768291e10d02de04d3975bf90895 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig=20=28Debian/GNU=29?= Date: Thu, 3 Mar 2022 14:10:45 +0100 Subject: [PATCH] Add patch that fixes missing include --- debian/patches/missing-includes.patch | 24 ++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 25 insertions(+) create mode 100644 debian/patches/missing-includes.patch diff --git a/debian/patches/missing-includes.patch b/debian/patches/missing-includes.patch new file mode 100644 index 0000000..1e71df5 --- /dev/null +++ b/debian/patches/missing-includes.patch @@ -0,0 +1,24 @@ +Description: fix missing standard-includes + size_t requires +Author: IOhannes m zmölnig +Origin: Debian +Bug: https://github.com/monocasual/giada/issues/570 +Last-Update: 2022-03-03 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- giada.orig/src/gui/elems/basics/flex.cpp ++++ giada/src/gui/elems/basics/flex.cpp +@@ -1,5 +1,6 @@ + #include "flex.h" + #include ++#include + + namespace giada::v + { +@@ -133,4 +134,4 @@ + Fl_Group::end(); + resize(x(), y(), w(), h()); + } +-} // namespace giada::v +\ No newline at end of file ++} // namespace giada::v diff --git a/debian/patches/series b/debian/patches/series index 1570baf..7b5468b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ +missing-includes.patch 02-geompp.patch 03-system-rtaudio.patch 04-system-json.patch -- 2.30.2