mirror of
https://github.com/fmang/opustags.git
synced 2025-07-08 02:24:30 +02:00
Explicitely include <optional>
It should have been included since we use std::optional, and not including it breaks the build on OpenBSD.
This commit is contained in:
@ -31,6 +31,7 @@
|
||||
#include <functional>
|
||||
#include <list>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
Reference in New Issue
Block a user