[Unit Tests] Add missing include (#6990)
authorAndres Noetzli <noetzli@stanford.edu>
Thu, 5 Aug 2021 20:13:56 +0000 (13:13 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Aug 2021 20:13:56 +0000 (13:13 -0700)
commit5bdfb43921463100909b72cf5eea2a8f323dbb99
treec74dbb02fe69e15ed02300ce06a28d7d29ac7c02
parent48a1854491c99d61d21482115e18399195d4d365
[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.
test/unit/api/solver_black.cpp