Skip to content

include <optional> header

Tilman Daab requested to merge fix/include-std-optional into master

The default compiler of Ubuntu 22.04 requires std::optional to be explicitly included before being used. This merge request adds these includes.

Merge request reports