mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 23:12:57 +02:00
endless-sky-gl21: fix build with gcc>=12
This commit is contained in:
parent
4b49d571de
commit
714e7a2f40
1 changed files with 20 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
|||
--- a/source/MapDetailPanel.cpp
|
||||
+++ b/source/MapDetailPanel.cpp
|
||||
@@ -43,6 +43,7 @@
|
||||
#include <set>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
+#include <limits>
|
||||
|
||||
using namespace std;
|
||||
|
||||
--- a/source/PlayerInfo.cpp
|
||||
+++ b/source/PlayerInfo.cpp
|
||||
@@ -40,6 +40,7 @@
|
||||
#include <algorithm>
|
||||
#include <ctime>
|
||||
#include <sstream>
|
||||
+#include <limits>
|
||||
|
||||
using namespace std;
|
||||
|
Loading…
Add table
Reference in a new issue