Fixed issue #645 (include tweakme.h from common.h)

This commit is contained in:
gabime 2018-02-23 14:34:25 +02:00
parent 7fe3912f12
commit 051048ebd7
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,8 @@
#pragma once
#include "tweakme.h"
#include <string>
#include <initializer_list>
#include <chrono>

View File

@ -9,7 +9,6 @@
#define SPDLOG_VERSION "0.16.3"
#include "tweakme.h"
#include "common.h"
#include "logger.h"