From 487b49372c033d19e1066fcb6d4707e75a41e131 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Wed, 10 Oct 2018 08:09:08 +0200 Subject: [PATCH] Fix job_shop_cp include on windows --- examples/cpp/job_shop_cp.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/cpp/job_shop_cp.cc b/examples/cpp/job_shop_cp.cc index cfa05080aa..5c3acef9ff 100644 --- a/examples/cpp/job_shop_cp.cc +++ b/examples/cpp/job_shop_cp.cc @@ -12,6 +12,8 @@ // limitations under the License. #include +#include // std::iota + #include "ortools/base/logging.h" #include "ortools/constraint_solver/constraint_solver.h"