fix includes
This commit is contained in:
@@ -1018,6 +1018,7 @@ cc_library(
|
||||
"//ortools/base:threadpool",
|
||||
"//ortools/util:random_engine",
|
||||
"//ortools/util:time_limit",
|
||||
"@com_google_absl//absl/synchronization",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "absl/synchronization/mutex.h"
|
||||
#include "absl/types/span.h"
|
||||
#include "ortools/base/integral_types.h"
|
||||
#include "ortools/sat/cp_model.pb.h"
|
||||
|
||||
@@ -20,8 +20,7 @@
|
||||
#include <vector>
|
||||
|
||||
#if !defined(__PORTABLE_PLATFORM__)
|
||||
#include "absl/synchronization/mutex.h"
|
||||
#include "ortools/base/threadpool.h"
|
||||
#include "ortools/base/threadpool.h"
|
||||
#endif // __PORTABLE_PLATFORM__
|
||||
|
||||
namespace operations_research {
|
||||
|
||||
Reference in New Issue
Block a user