Added SPDLOG_VERSION macro to common.h

This commit is contained in:
Gabi Melman 2017-02-03 15:11:08 +02:00 committed by GitHub
parent 8650c15749
commit 904bed92c3
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
#pragma once
#define SPDLOG_VERSION "0.11.0"
#include <string>
#include <initializer_list>
#include <chrono>