Commit b74b28f5 authored by gabi's avatar gabi

added includes to common.h

parent 9f34c58b
......@@ -24,8 +24,10 @@
#pragma once
#include<initializer_list>
#include<chrono>
#include <string>
#include <initializer_list>
#include <chrono>
#include <memory>
//visual studio does not support noexcept yet
#ifndef _MSC_VER
......
......@@ -28,8 +28,13 @@
#pragma once
#include "common.h"
#include "logger.h"
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