This repository has been archived by the owner on May 17, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gcc 12 changed header dependencies. It now requires to explicitly include the '<memory>' C++ header for using 'std::unique_ptr'. Otherwise, a build error will occur. See documentation[1] about porting to gcc 12. Fixes #2940 [1] https://gcc.gnu.org/gcc-12/porting_to.html
- Loading branch information