Skip to content

Commit

Permalink
Add missing #include <algorithm> in microfmt.hpp (#183)
Browse files Browse the repository at this point in the history
This fixes building latest cpptrace in macOS
(jeremy-rifkin/microfmt#1)
  • Loading branch information
ReimuNotMoe authored Oct 21, 2024
1 parent 7a0c6ec commit 557a4a6
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 557a4a6

Please sign in to comment.