Skip to content

Commit

Permalink
missing std includes
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Nov 24, 2024
1 parent 4db23df commit bec5857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ortools/graph/christofides.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

#include <cstdint>
#include <functional>
#include <string>
#include <type_traits>
#include <utility>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions ortools/graph/cliques.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <limits>
#include <numeric>
#include <string>
#include <utility>
#include <vector>

#include "absl/strings/str_cat.h"
Expand Down

0 comments on commit bec5857

Please sign in to comment.