Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Dec 4, 2024
1 parent 8397ddc commit a6ee0d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/microfmt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
#define MICROFMT_HPP

#include <algorithm>
#include <array>
#include <cstdint>
#include <cstring>
#include <initializer_list>
#include <iostream>
#include <iterator>
#include <string>
#if ((defined(_MSVC_LANG) && _MSVC_LANG >= 201703L) || __cplusplus >= 201703L)
#include <string_view>
Expand Down

0 comments on commit a6ee0d4

Please sign in to comment.