include cstdint int os_types

it is needed for uintptr_t
This commit is contained in:
ericLemanissier 2021-10-27 14:02:23 +02:00 committed by GitHub
parent c64c0c40f4
commit af9061a2c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
#define LH_OS_TYPES_H
#include <string>
#include <cstdint>
namespace litehtml
{