Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Upgrade to spdlog v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jan 18, 2019
1 parent ee1754b commit e11ee49
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/consensus/draft.cpp
Expand Up @@ -12,6 +12,8 @@
#include <glob.h>

#include "spdlog/spdlog.h"
#include "spdlog/sinks/daily_file_sink.h"
#include "spdlog/sinks/stdout_sinks.h"
#include "cmdline.h"
#include "INIReader.h"
#include "DB.h"
Expand Down
2 changes: 2 additions & 0 deletions src/filter/filter.cpp
Expand Up @@ -20,6 +20,8 @@

#include "INIReader.h"
#include "spdlog/spdlog.h"
#include "spdlog/sinks/daily_file_sink.h"
#include "spdlog/sinks/stdout_sinks.h"
#include "DB.h"
#include "align.h"
#include "LAInterface.h"
Expand Down
2 changes: 2 additions & 0 deletions src/layout/hinging.cpp
Expand Up @@ -13,6 +13,8 @@


#include "spdlog/spdlog.h"
#include "spdlog/sinks/daily_file_sink.h"
#include "spdlog/sinks/stdout_sinks.h"
#include "cmdline.h"
#include "INIReader.h"
#include "DB.h"
Expand Down
2 changes: 2 additions & 0 deletions src/maximal/maximal.cpp
Expand Up @@ -20,6 +20,8 @@

#include "INIReader.h"
#include "spdlog/spdlog.h"
#include "spdlog/sinks/daily_file_sink.h"
#include "spdlog/sinks/stdout_sinks.h"
#include "DB.h"
#include "align.h"
#include "LAInterface.h"
Expand Down
2 changes: 1 addition & 1 deletion src/spdlog
Submodule spdlog updated 137 files

0 comments on commit e11ee49

Please sign in to comment.