Skip to content

Commit be42e33

Browse files
committed
Add <algorithm> dependency, closes #341
1 parent 8472824 commit be42e33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/cpp2util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@
212212
#include <utility>
213213
#include <cstdio>
214214
#include <cstdint>
215+
#include <algorithm>
215216

216217
#ifndef CPP2_NO_EXCEPTIONS
217218
#include <exception>

0 commit comments

Comments
 (0)