Fix job_shop_cp include on windows

This commit is contained in:
Corentin Le Molgat
2018-10-10 08:09:08 +02:00
parent bb33b95452
commit 487b49372c

View File

@@ -12,6 +12,8 @@
// limitations under the License.
#include <iomanip>
#include <numeric> // std::iota
#include "ortools/base/logging.h"
#include "ortools/constraint_solver/constraint_solver.h"