From 14f6bd0f4e142372fc1b66bb6e3f3f9e7232c2a2 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 9 Nov 2020 20:35:03 -0800 Subject: [PATCH] Move one more headers to args.h --- include/fmt/args.h | 1 + include/fmt/core.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/args.h b/include/fmt/args.h index 7372bbca..5891ea25 100644 --- a/include/fmt/args.h +++ b/include/fmt/args.h @@ -9,6 +9,7 @@ #define FMT_ARGS_H_ #include // std::reference_wrapper +#include // std::unique_ptr #include #include "core.h" diff --git a/include/fmt/core.h b/include/fmt/core.h index da3cde9e..fef29afc 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -11,7 +11,6 @@ #include // std::FILE #include #include -#include #include #include