Fix build issues
This commit is contained in:
@@ -52,7 +52,7 @@ namespace openVulkanoCpp
|
||||
SINKS.push_back(std::make_shared<spdlog::sinks::stdout_color_sink_mt>());
|
||||
#endif
|
||||
#ifdef _MSC_VER // If it was build with msvc in debug we can use the msvc sink
|
||||
sinks.push_back(std::make_shared<spdlog::sinks::msvc_sink_mt>());
|
||||
SINKS.push_back(std::make_shared<spdlog::sinks::msvc_sink_mt>());
|
||||
#endif
|
||||
// Make sure that there is always a sink for the loggers
|
||||
if (SINKS.empty()) SINKS.push_back(std::make_shared<spdlog::sinks::null_sink_mt>());
|
||||
|
||||
@@ -10,9 +10,8 @@
|
||||
#include <Windows.h>
|
||||
#else
|
||||
#include <pthread.h>
|
||||
#include <fstream>
|
||||
|
||||
#endif
|
||||
#include <fstream>
|
||||
|
||||
namespace openVulkanoCpp
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user