platform.cpp: add a missing spdlog include

This commit is contained in:
Sergey Fedorov
2024-04-20 04:16:57 +08:00
parent 5e382b11dc
commit 7ed65a89ae

View File

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