mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
DarkRadiant: fix build with gcc 12
This commit is contained in:
parent
d39004bad6
commit
67dff2784f
1 changed files with 10 additions and 0 deletions
10
srcpkgs/DarkRadiant/patches/add-missing-includes.patch
Normal file
10
srcpkgs/DarkRadiant/patches/add-missing-includes.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/radiantcore/eclass/EntityClass.cpp
|
||||
+++ b/radiantcore/eclass/EntityClass.cpp
|
||||
@@ -8,6 +8,7 @@
|
||||
#include "string/predicate.h"
|
||||
#include <fmt/format.h>
|
||||
#include <functional>
|
||||
+#include <utility>
|
||||
|
||||
namespace eclass
|
||||
{
|
Loading…
Add table
Reference in a new issue