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:
authorJonas Wittbrodt <jonas.wittbrodt@desy.de>2020-11-19 16:09:33 +0300
committerJonas Wittbrodt <jonas.wittbrodt@desy.de>2020-11-19 16:09:33 +0300
commitf8ba24afee433d0778e7d86d6ab986ac9a111faf (patch)
treecfc7b74280a4f00fc17b3dc9d93966bfe18d7ce0 /include/spdlog/cfg/helpers-inl.h
parenteebb921c9fffb87d3d279a12c81a6cd7a8efe5b6 (diff)
add missing <algorithm> include
Diffstat (limited to 'include/spdlog/cfg/helpers-inl.h')
-rw-r--r--include/spdlog/cfg/helpers-inl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/spdlog/cfg/helpers-inl.h b/include/spdlog/cfg/helpers-inl.h
index 52a1a137..9e4daede 100644
--- a/include/spdlog/cfg/helpers-inl.h
+++ b/include/spdlog/cfg/helpers-inl.h
@@ -11,6 +11,7 @@
#include <spdlog/details/os.h>
#include <spdlog/details/registry.h>
+#include <algorithm>
#include <string>
#include <utility>
#include <sstream>