Commit 051048eb authored by gabime's avatar gabime

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

parent 7fe3912f
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
#pragma once #pragma once
#include "tweakme.h"
#include <string> #include <string>
#include <initializer_list> #include <initializer_list>
#include <chrono> #include <chrono>
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#define SPDLOG_VERSION "0.16.3" #define SPDLOG_VERSION "0.16.3"
#include "tweakme.h"
#include "common.h" #include "common.h"
#include "logger.h" #include "logger.h"
......
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