Reduce <algorithm> usage (#1998)

This commit is contained in:
Victor Zverovich
2020-11-11 09:12:15 -08:00
parent a07627b1f8
commit b5dac0f0f8
6 changed files with 50 additions and 27 deletions
+1
View File
@@ -8,6 +8,7 @@
#ifndef FMT_CHRONO_H_
#define FMT_CHRONO_H_
#include <algorithm>
#include <chrono>
#include <ctime>
#include <locale>