1
0
mirror of synced 2026-04-16 09:58:10 +00:00

Add <optional> to haslib.h which uses std::optional

This commit is contained in:
mikesinouye
2025-05-06 09:57:03 -07:00
committed by GitHub
parent a0e94e506d
commit 93780bb869

View File

@@ -14,6 +14,7 @@
#include <stdexcept>
#include <algorithm>
#include <optional>
#include <string>
#include <variant>
#include <vector>