gcc11
authorMarkus Koschany <apo@debian.org>
Thu, 21 Oct 2021 22:10:53 +0000 (00:10 +0200)
committerMarkus 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

index 1db19881e9e718034225bb3fd2a89690863ed60c..d0e077d02608173b37342b25bffcc82b4cccbab6 100644 (file)
@@ -11,6 +11,7 @@
 #include <array>
 #include <initializer_list>
 #include <iostream>
+#include <limits>
 #include "Assert.h"
 
 namespace libboardgame_base {