projects
/
pentobi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f6baf9
)
gcc11
author
Markus Koschany
<apo@debian.org>
Thu, 21 Oct 2021 22:10:53 +0000
(
00:10
+0200)
committer
Markus Koschany
<apo@debian.org>
Thu, 21 Oct 2021 22:11:53 +0000
(23:11 +0100)
Origin: https://github.com/enz/pentobi/commit/
a133f54cae63fa09e7933fbba0467dfd4135fabf
Forwarded: not-needed
Gbp-Pq: Name gcc11.patch
libboardgame_base/ArrayList.h
patch
|
blob
|
history
diff --git
a/libboardgame_base/ArrayList.h
b/libboardgame_base/ArrayList.h
index 1db19881e9e718034225bb3fd2a89690863ed60c..d0e077d02608173b37342b25bffcc82b4cccbab6 100644
(file)
--- a/
libboardgame_base/ArrayList.h
+++ b/
libboardgame_base/ArrayList.h
@@
-11,6
+11,7
@@
#include <array>
#include <initializer_list>
#include <iostream>
+#include <limits>
#include "Assert.h"
namespace libboardgame_base {