From 7f7254ce8bf0080764e543cd46f5b8c16897d17b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 8 Oct 2022 16:26:21 +0200 Subject: [PATCH] blobby2: fix build with gcc>=11 --- .../blobby2/patches/fix-missing-ctime-include.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/blobby2/patches/fix-missing-ctime-include.patch diff --git a/srcpkgs/blobby2/patches/fix-missing-ctime-include.patch b/srcpkgs/blobby2/patches/fix-missing-ctime-include.patch new file mode 100644 index 00000000000..cc21349374f --- /dev/null +++ b/srcpkgs/blobby2/patches/fix-missing-ctime-include.patch @@ -0,0 +1,10 @@ +--- a/src/Clock.h ++++ b/src/Clock.h +@@ -21,6 +21,7 @@ + #pragma once + + #include ++#include + + /*! \class Clock + \brief Game Timing Management