Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing include for std::unique_ptr.
This template is defined in <memory>, but it was not included. Somehow this was not causing problems with older versions of GCC, probably because it was transitively included by something else. However, this caused an error with GCC 12 that is stricter in this regard. Signed-off-by: Oleg Girko <ol@infoserver.lv>
- Loading branch information