mirror of
https://github.com/uowuo/abaddon.git
synced 2024-11-10 06:00:10 +00:00
Merge pull request #292 from barracuda156/spdlog
platform.cpp: add a missing spdlog include
This commit is contained in:
commit
ada3420dce
@ -4,6 +4,8 @@
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
|
||||
#include <spdlog/spdlog.h>
|
||||
|
||||
using namespace std::literals::string_literals;
|
||||
|
||||
#if defined(_WIN32)
|
||||
|
Loading…
Reference in New Issue
Block a user