Merge pull request #292 from barracuda156/spdlog

platform.cpp: add a missing spdlog include
This commit is contained in:
ouwou 2024-05-14 01:27:11 -04:00 committed by GitHub
commit ada3420dce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,8 @@
#include <fstream> #include <fstream>
#include <string> #include <string>
#include <spdlog/spdlog.h>
using namespace std::literals::string_literals; using namespace std::literals::string_literals;
#if defined(_WIN32) #if defined(_WIN32)