blob: d4db303a25bbcbd36abbc4beaa29e0d9846923e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Description: Including limits lib to fix gcc-11 FTBFS
Author: Nilesh Patra <nilesh@debian.org>
Last-Update: 2021-04-15
--- a/src/Bpp/Graph/GlobalGraph.cpp
+++ b/src/Bpp/Graph/GlobalGraph.cpp
@@ -42,6 +42,7 @@
#include <sstream>
#include <string>
#include <vector>
+#include <limits>
#include "../Exceptions.h"
#include "../Text/TextTools.h"
|