fix includes

This commit is contained in:
Laurent Perron
2023-12-13 16:14:10 +01:00
parent 14c5731543
commit fc87134a22
2 changed files with 2 additions and 0 deletions

View File

@@ -57,6 +57,7 @@
#ifndef OR_TOOLS_GSCIP_GSCIP_H_
#define OR_TOOLS_GSCIP_GSCIP_H_
#include <atomic>
#include <cstdint>
#include <functional>
#include <limits>

View File

@@ -19,6 +19,7 @@
#define OR_TOOLS_LINEAR_SOLVER_SOLVE_MP_MODEL_H_
#include <atomic>
#include <string>
#include "ortools/linear_solver/linear_solver.pb.h"