[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#984274: openclonk: ftbfs with GCC-11



Source: openclonk
Version: 8.1-2
Followup-For: Bug #984274
X-Debbugs-Cc: i@hack3r.moe

Hello,

I've attached a patch that includes header <limits> in relevant file and fixes
GCC 11 build. If more help is needed, please let me know.

Cheers,
Eric
--- a/src/script/C4AulParse.cpp
+++ b/src/script/C4AulParse.cpp
@@ -15,6 +15,8 @@
  */
 // parses scripts
 
+#include <limits>
+
 #include "C4Include.h"
 #include "script/C4AulParse.h"
 

Reply to: