Add missing #include <algorithm> in microfmt.hpp
This commit is contained in:
parent
7a0c6ec78d
commit
048b4e4113
@ -1,6 +1,7 @@
|
||||
#ifndef MICROFMT_HPP
|
||||
#define MICROFMT_HPP
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user