uvw: fix include for standard integers (GCC 13)

This commit is contained in:
Jan Vcelak 2023-05-25 11:48:20 +02:00
parent 3db9e8f75a
commit a143e6833e
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
#ifndef UVW_TYPE_INFO_INCLUDE_HPP
#define UVW_TYPE_INFO_INCLUDE_HPP
#include <cstddef>
#include <cstdint>
#include <string_view>
namespace uvw {