fix the rest of the C++ examples

This commit is contained in:
Laurent Perron
2018-11-28 11:32:45 +01:00
committed by Corentin Le Molgat
parent fe0249dd64
commit 798b9e73e2
11 changed files with 38 additions and 49 deletions

View File

@@ -22,11 +22,11 @@
#include <set>
#include <vector>
#include "absl/strings/str_format.h"
#include "examples/cpp/fap_parser.h"
#include "ortools/constraint_solver/constraint_solver.h"
#include "ortools/base/logging.h"
#include "ortools/base/map_util.h"
#include "ortools/base/stringprintf.h"
namespace operations_research {