NFC: fix missing algorithm include in enumset file (#5334)

Caused issues with vs2017, required for std::min.
This commit is contained in:
Nathan Gauër 2023-07-18 20:42:42 +02:00 committed by GitHub
parent 61221e7d62
commit 6c7e1acc5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <functional>