Add missing #include <algorithm> in microfmt.hpp

This commit is contained in:
Reimu NotMoe 2024-10-17 20:14:03 +08:00 committed by GitHub
parent 7a0c6ec78d
commit 048b4e4113
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
#ifndef MICROFMT_HPP
#define MICROFMT_HPP
#include <algorithm>
#include <array>
#include <cstdint>
#include <cstring>