Commit f5bde237 authored by gabime's avatar gabime

Updated fmt lib to version 0d5ef5c2a66026409b0cfbafa1d2f46cdc5aa4d0

parent 842e5236
This diff is collapsed.
This diff is collapsed.
......@@ -6,7 +6,7 @@
#pragma once
#include <spdlog/common.h>
#include <spdlog/details/format.h>
#include <spdlog/fmt/format.h>
#include <spdlog/details/os.h>
#include <string>
......
......@@ -8,7 +8,7 @@
#include <spdlog/formatter.h>
#include <spdlog/details/log_msg.h>
#include <spdlog/details/os.h>
#include <spdlog/details/format.h>
#include <spdlog/fmt/format.h>
#include <chrono>
#include <ctime>
......
This diff is collapsed.
This diff is collapsed.
......@@ -8,7 +8,7 @@
#include <spdlog/sinks/base_sink.h>
#include <spdlog/details/null_mutex.h>
#include <spdlog/details/file_helper.h>
#include <spdlog/details/format.h>
#include <spdlog/fmt/format.h>
#include <algorithm>
#include <chrono>
......
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