Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jul 6, 2023
1 parent c689c31 commit 7e17507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ortools/algorithms/set_cover_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class SubsetPriorityQueue {
}

// Returns the size of the queue.
ssize_t Size() const { return max_pq_.Size(); }
int Size() const { return max_pq_.Size(); }

private:
// Initializes the priority queue.
Expand Down

0 comments on commit 7e17507

Please sign in to comment.