microsoft / msix-packaging

MSIX SDK
MIT License
963 stars 163 forks source link

Explicitly import <memory> in PackSample.cpp #564

Closed Penguinwizzard closed 1 year ago

Penguinwizzard commented 1 year ago

It looks like earlier, this was depending on one of the headers it imports to import to provide unique_ptr; however, this is not necessarily the case, so it needs to be explicitly imported.