need to manually add `#include <memory>` in EasyBMP.cpp,otherwise the compiler will throw > error: 'unique_ptr' was not declared in this scope
need to manually add
#include <memory>in EasyBMP.cpp,otherwise the compiler will throw