pkgfile icon indicating copy to clipboard operation
pkgfile copied to clipboard

Fix build failure (missing include of <optional>)

Open stepnem opened this issue 3 years ago • 0 comments

E.g.: ../src/pkgfile.hh:76:8: error: ‘optional’ in namespace ‘std’ does not name a template type 76 | std::optionalpkgfile::Result ProcessRepo(const std::filesystem::path repo, | ^~~~~~~~ ../src/pkgfile.hh:9:1: note: ‘std::optional’ is defined in header ‘’; did you forget to ‘#include ’?

stepnem avatar Aug 19 '22 06:08 stepnem