1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-17 11:39:54 +08:00

Added missing include

This commit is contained in:
gabime 2024-11-29 10:57:25 +02:00
parent 905312eadd
commit 79422fe1dc

View File

@ -16,6 +16,7 @@
#include <cassert>
#include <vector>
#include <iterator>
#include "./common.h"
#include "./details/log_msg.h"