14#ifndef OR_TOOLS_ROUTING_PARSERS_DOW_PARSER_H_
15#define OR_TOOLS_ROUTING_PARSERS_DOW_PARSER_H_
17#include "absl/status/status.h"
18#include "absl/strings/string_view.h"
19#include "ortools/routing/parsers/capacity_planning.pb.h"
25::absl::Status
ReadFile(absl::string_view file_name,
26 CapacityPlanningInstance* request);
In SWIG mode, we don't want anything besides these top-level includes.
::absl::Status ReadFile(absl::string_view file_name, CapacityPlanningInstance *request)