fix missing standard-includes
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Thu, 3 Mar 2022 14:40:12 +0000 (15:40 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Thu, 3 Mar 2022 14:40:12 +0000 (15:40 +0100)
Origin: Debian
Bug: https://github.com/monocasual/giada/issues/570
Last-Update: 2022-03-03

size_t requires <csstddef>
Last-Update: 2022-03-03
Gbp-Pq: Name missing-includes.patch

src/gui/elems/basics/flex.cpp

index 4bf142136aeb37c05b4372683c037980c00a93e2..28102c81ff8c2018e22af5706d72cc2837f671fa 100644 (file)
@@ -1,5 +1,6 @@
 #include "flex.h"
 #include <numeric>
+#include <cstddef>
 
 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