Explictly #include <variant> for std::variant usage.

Signed-off-by: Mike Inouye <[email protected]>
This commit is contained in:
Mike Inouye
2024-10-07 21:57:30 +00:00
parent b3b88e56d4
commit 1e3973c5cb
+1
View File
@@ -15,6 +15,7 @@
#include <stdexcept>
#include <algorithm>
#include <string>
#include <variant>
#include <vector>
#include <stdint.h>