Commit f865b64
committed
fix compilation by including header in which std::find is defined
Compilation breaks when the `algorithm` header isn't included
indirectly anymore. This happens with certain combinations of
compiler/C++ library/C++ mode, e.g. clang++ 17/libstdc++ 14.1/C++201 parent 6e97926 commit f865b64
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments