blobby2: fix build with gcc>=11
This commit is contained in:
parent
aa9c6999da
commit
7f7254ce8b
1 changed files with 10 additions and 0 deletions
10
srcpkgs/blobby2/patches/fix-missing-ctime-include.patch
Normal file
10
srcpkgs/blobby2/patches/fix-missing-ctime-include.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/src/Clock.h
|
||||
+++ b/src/Clock.h
|
||||
@@ -21,6 +21,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
+#include <ctime>
|
||||
|
||||
/*! \class Clock
|
||||
\brief Game Timing Management
|
Loading…
Add table
Add a link
Reference in a new issue