blob: 67693e968dff8cdf41b75bc6d5cee28a0210b9ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
https://bugs.gentoo.org/788046
--- a/api/omdocument.cc
+++ b/api/omdocument.cc
@@ -39,6 +39,7 @@
#include <algorithm>
#include <string>
+#include <limits>
using namespace std;
|