summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorAndres Noetzli <noetzli@stanford.edu>2021-08-05 13:13:56 -0700
committerGitHub <noreply@github.com>2021-08-05 13:13:56 -0700
commit5bdfb43921463100909b72cf5eea2a8f323dbb99 (patch)
treec74dbb02fe69e15ed02300ce06a28d7d29ac7c02 /.clang-format
parent48a1854491c99d61d21482115e18399195d4d365 (diff)
[Unit Tests] Add missing include (#6990)
For some configurations, the unit test `solver_black` was unable to find the correct variant `std::find()`. This commit adds an explicit include of `<algorithm>`, which declares the `std::find()` as required by the unit test.
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback