Skip to content

Commit

Permalink
Add missing #include <algorithm> in microfmt.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimuNotMoe authored Oct 17, 2024
1 parent 7a0c6ec commit 048b4e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/microfmt.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef MICROFMT_HPP
#define MICROFMT_HPP

#include <algorithm>
#include <array>
#include <cstdint>
#include <cstring>
Expand Down

0 comments on commit 048b4e4

Please sign in to comment.