From 2055cf80f75084604e8b3cfb4241be0eca479678 Mon Sep 17 00:00:00 2001 From: Debian Multimedia Maintainers Date: Thu, 3 Mar 2022 15:40:12 +0100 Subject: [PATCH] fix missing standard-includes Origin: Debian Bug: https://github.com/monocasual/giada/issues/570 Last-Update: 2022-03-03 size_t requires Last-Update: 2022-03-03 Gbp-Pq: Name missing-includes.patch --- src/gui/elems/basics/flex.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/elems/basics/flex.cpp b/src/gui/elems/basics/flex.cpp index 4bf1421..28102c8 100644 --- a/src/gui/elems/basics/flex.cpp +++ b/src/gui/elems/basics/flex.cpp @@ -1,5 +1,6 @@ #include "flex.h" #include +#include namespace giada::v { @@ -133,4 +134,4 @@ void geFlex::end() Fl_Group::end(); resize(x(), y(), w(), h()); } -} // namespace giada::v \ No newline at end of file +} // namespace giada::v -- 2.30.2