misc(backend): missing header <variant>

This commit is contained in:
Morgan Funtowicz 2024-11-05 23:47:22 +01:00
parent 62dba1a878
commit 588421833c
1 changed files with 1 additions and 0 deletions

View File

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