EasyBMP icon indicating copy to clipboard operation
EasyBMP copied to clipboard

error: 'unique_ptr' was not declared in this scope

Open SimonLeeCHN opened this issue 5 years ago • 1 comments

need to manually add #include <memory> in EasyBMP.cpp,otherwise the compiler will throw

error: 'unique_ptr' was not declared in this scope

SimonLeeCHN avatar Oct 19 '19 03:10 SimonLeeCHN

For anyone still encountering this problem, version 1.06 from the SourceForge page appears to compile without this error. This repository is a fork of that SourceForge repository.

Ryan-M-Smith avatar Mar 27 '23 21:03 Ryan-M-Smith