mirror of
https://github.com/fmang/opustags.git
synced 2025-11-06 03:39:09 +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:
@@ -31,6 +31,7 @@
|
||||
#include <functional>
|
||||
#include <list>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user