Add missing header

Needed for uint_least32_t.
pull/1955/head
Jason Rhinelander 2 years ago
parent a9a9593128
commit 43191ec100
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262

@ -4,6 +4,7 @@
#include <source_location> #include <source_location>
namespace slns = std; namespace slns = std;
#else #else
#include <cstdint>
namespace slns namespace slns
{ {
struct source_location struct source_location

Loading…
Cancel
Save