You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libfilezilla/libfilezilla-gcc11.patch

12 lines
230 B

diff --git a/lib/buffer.cpp b/lib/buffer.cpp
index b7ee953..7617ecf 100644
--- lib/buffer.cpp
+++ lib/buffer.cpp
@@ -1,5 +1,6 @@
#include "libfilezilla/buffer.hpp"
+#include <limits>
#include <algorithm>
#include <cstdlib>