launchdarkly / cpp-sdks

C++ Client/Server SDKs
Other
5 stars 2 forks source link

test: add <algorithm> header to logging_c_binding_test.cpp #417

Closed cwaldren-ld closed 1 month ago

cwaldren-ld commented 1 month ago

Test uses std::remove_if which is found in the<algorithm> header. It happens that our compilers/configuration doesn't need it, but others do.