Closed ivankochin closed 1 year ago
If I understand correctly check lib dependency was removed several month ago, but common.hpp file still contains header inclusion. When I removed this header, I got the following errors on Ubuntu 20.04:
So I decided to fix two problems by one patch.
@ivankochin Thank you for this patch. FYI we had a similar fix in our pipeline which has been merged via 8f61796c9596. So this is not needed anymore.
If I understand correctly check lib dependency was removed several month ago, but common.hpp file still contains header inclusion. When I removed this header, I got the following errors on Ubuntu 20.04:
So I decided to fix two problems by one patch.