blob: 0fb41bd3adc48e046d3bec5bf8e0a28df1e43cde (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
- workaround for https://github.com/google/or-tools/issues/3622
--- ortools/base/numbers.cc.orig 2023-01-07 08:24:55 UTC
+++ ortools/base/numbers.cc
@@ -23,6 +23,8 @@
#include <memory>
#include <string>
+#include <errno.h>
+
// #include "ortools/base/logging.h"
#include "absl/strings/ascii.h"
#include "ortools/base/strtoint.h"
|