Update for linux

I should really fix my WSL environment
This commit is contained in:
doctashay
2020-10-02 14:12:41 -06:00
parent 7ad253dad1
commit ec64e06e9e
@@ -4,11 +4,11 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/sinks/ansicolor_sink.h>
#include <third-party/spdlog/include/spdlog/sinks/ansicolor_sink.h>
#endif
#include <spdlog/pattern_formatter.h>
#include <spdlog/details/os.h>
#include <third-party/spdlog/include/spdlog/pattern_formatter.h>
#include <third-party/spdlog/include/spdlog/details/os.h>
namespace spdlog {
namespace sinks {