This commit is contained in:
Jeremy Rifkin 2024-12-03 23:56:10 -06:00
parent 4227fc4abe
commit 61d06d56d6
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -2,10 +2,11 @@
#define MICROFMT_HPP
#include <algorithm>
#include <array>
#include <cstdint>
#include <cstring>
#include <iosfwd>
#include <initializer_list>
#include <iostream>
#include <iterator>
#include <string>
#if ((defined(_MSVC_LANG) && _MSVC_LANG >= 201703L) || __cplusplus >= 201703L)
#include <string_view>