Skip to content

Commit

Permalink
Add missing <algorithm> for std::max
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed May 31, 2023
1 parent 4e6ac85 commit 5bf7b46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/pool.hh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef UTIL_POOL_H
#define UTIL_POOL_H

#include <algorithm>
#include <cassert>
#include <cstring>
#include <vector>
Expand Down

0 comments on commit 5bf7b46

Please sign in to comment.