EasyBMP
EasyBMP copied to clipboard
error: 'unique_ptr' was not declared in this scope
need to manually add
#include <memory>
in EasyBMP.cpp,otherwise the compiler will throw
error: 'unique_ptr' was not declared in this scope
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.