Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Aug 4, 2020
1 parent 63935ee commit a0a5669
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion makefiles/Makefile.gen.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ BASE_DEPS = \
$(SRC_DIR)/ortools/base/recordio.h \
$(SRC_DIR)/ortools/base/small_map.h \
$(SRC_DIR)/ortools/base/small_ordered_set.h \
$(SRC_DIR)/ortools/base/status_builder.h \
$(SRC_DIR)/ortools/base/status_macros.h \
$(SRC_DIR)/ortools/base/statusor.h \
$(SRC_DIR)/ortools/base/stl_util.h \
Expand Down Expand Up @@ -2079,7 +2080,12 @@ objs/sat/optimization.$O: ortools/sat/optimization.cc \
ortools/sat/cp_constraints.h ortools/sat/integer_expr.h \
ortools/sat/linear_constraint.h ortools/sat/precedences.h \
ortools/sat/integer_search.h ortools/base/cleanup.h \
ortools/base/stl_util.h ortools/base/random.h ortools/port/proto_utils.h \
ortools/base/stl_util.h ortools/linear_solver/linear_solver.h \
ortools/linear_solver/linear_expr.h \
ortools/gen/ortools/linear_solver/linear_solver.pb.h \
ortools/gen/ortools/util/optional_boolean.pb.h \
ortools/linear_solver/linear_solver_callback.h \
ortools/port/proto_utils.h ortools/base/random.h \
ortools/sat/boolean_problem.h ortools/algorithms/sparse_permutation.h \
ortools/sat/simplification.h ortools/base/adjustable_priority_queue.h \
ortools/sat/encoding.h ortools/sat/util.h | $(OBJ_DIR)/sat
Expand Down

0 comments on commit a0a5669

Please sign in to comment.