Enable fmtlib ostream usage in Logger

This commit is contained in:
Alpyne 2020-11-06 17:51:37 -08:00
parent b722c5530c
commit f13918b66f
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <fmt/core.h> #include <fmt/core.h>
#include <fmt/color.h> #include <fmt/color.h>
#include <ostream> #include <ostream>
#include <fmt/ostream.h>
#include <vector> #include <vector>
#include <array> #include <array>