1
0
mirror of synced 2026-03-27 10:41:08 +00:00

Merge pull request #5098 from mikesinouye/hashlib-1

Add <optional> to haslib.h which uses std::optional
This commit is contained in:
Emil J
2025-05-08 19:05:10 +02:00
committed by GitHub

View File

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