Add missing include (#3026)

This commit is contained in:
magnus-nomono 2024-03-10 01:10:32 +01:00 committed by gabime
parent 8e10782a58
commit 87b8401011

View File

@ -7,6 +7,8 @@
#include <cassert>
#include <vector>
#include "spdlog/common.h"
namespace spdlog {
namespace details {
template <typename T>