misc(backend): missing header <variant>

This commit is contained in:
Morgan Funtowicz 2024-11-05 23:47:22 +01:00
parent 62dba1a878
commit 588421833c

View File

@ -8,6 +8,7 @@
#include <exception> #include <exception>
#include <filesystem> #include <filesystem>
#include <string_view> #include <string_view>
#include <variant>
#include <spdlog/spdlog.h> #include <spdlog/spdlog.h>
#include "backend.hpp" #include "backend.hpp"