mirror of
https://github.com/fmang/opustags.git
synced 2024-11-06 05:27:23 +01: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:
parent
a22c81e727
commit
be9740fe05
@ -31,6 +31,7 @@
|
||||
#include <functional>
|
||||
#include <list>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user