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:
Diffstat (limited to 'include/spdlog/formatter.h')
-rw-r--r--include/spdlog/formatter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/spdlog/formatter.h b/include/spdlog/formatter.h
index 9a4ed035..5086fb21 100644
--- a/include/spdlog/formatter.h
+++ b/include/spdlog/formatter.h
@@ -3,8 +3,8 @@
#pragma once
-#include "fmt/fmt.h"
-#include "spdlog/details/log_msg.h"
+#include <spdlog/fmt/fmt.h>
+#include <spdlog/details/log_msg.h>
namespace spdlog {