Reduce <algorithm> usage (#1998)

This commit is contained in:
Victor Zverovich
2020-11-11 08:31:34 -08:00
parent a07627b1f8
commit b5dac0f0f8
6 changed files with 50 additions and 27 deletions

View File

@@ -8,6 +8,7 @@
#ifndef FMT_FORMAT_
#define FMT_FORMAT_
#include <algorithm>
#include <cassert>
#include <variant>
#include "fmt/format.h"