Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.com>2019-04-06 00:15:14 +0300
committergabime <gmelman1@gmail.com>2019-04-06 00:15:14 +0300
commitc69c49047b64931a16273321ad13af7ade345ab7 (patch)
treeafb5bbf8407b30b1ab7cd35b23a6f68499f9b2f6 /include/spdlog/spdlog.h
parentbfbb4e40500344c7945c4a70ef45deed255d6f63 (diff)
wip static lib
Diffstat (limited to 'include/spdlog/spdlog.h')
-rw-r--r--include/spdlog/spdlog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/spdlog/spdlog.h b/include/spdlog/spdlog.h
index a70a7aa7..cc4c8a47 100644
--- a/include/spdlog/spdlog.h
+++ b/include/spdlog/spdlog.h
@@ -11,6 +11,7 @@
#include "spdlog/common.h"
#include "spdlog/details/registry.h"
+#include "spdlog/details/pattern_formatter.h"
#include "spdlog/logger.h"
#include "spdlog/version.h"