Skip to content
Snippets Groups Projects
Commit dd9b10a3 authored by Lars Bilke's avatar Lars Bilke
Browse files

[BL] Added missing include for std::optional.

Fixes #3117.
parent 793325d8
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@
#include <functional>
#include <memory>
#include <optional>
#include <utility>
#include <vector>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment