Add missing include (#3026)

This commit is contained in:
magnus-nomono 2024-03-10 01:10:32 +01:00 committed by GitHub
parent a45c939040
commit ae525b75c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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