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

Signed-off-by: Mike Inouye <mikeinouye@google.com>
This commit is contained in:
Mike Inouye 2024-10-07 21:57:30 +00:00
parent b3b88e56d4
commit 1e3973c5cb
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <stdexcept>
#include <algorithm>
#include <string>
#include <variant>
#include <vector>
#include <stdint.h>