Commit b74b28f5 authored by gabi's avatar gabi

added includes to common.h

parent 9f34c58b
...@@ -24,8 +24,10 @@ ...@@ -24,8 +24,10 @@
#pragma once #pragma once
#include<initializer_list> #include <string>
#include<chrono> #include <initializer_list>
#include <chrono>
#include <memory>
//visual studio does not support noexcept yet //visual studio does not support noexcept yet
#ifndef _MSC_VER #ifndef _MSC_VER
......
...@@ -28,8 +28,13 @@ ...@@ -28,8 +28,13 @@
#pragma once #pragma once
#include "common.h"
#include "logger.h" #include "logger.h"
namespace spdlog namespace spdlog
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment