Add missing <optional> header

Reported by TechnicalTumbleweed as needed to fix a build.
pull/1608/head
Jason Rhinelander 3 years ago
parent 277794950c
commit 86dcdde8d3

@ -3,6 +3,7 @@
#include <unordered_map>
#include <string>
#include <memory>
#include <optional>
#include <llarp/net/net_int.hpp>
namespace llarp

Loading…
Cancel
Save