Include missing symbols in <cstdint> for C++

Fixes #899
This commit is contained in:
Justine Tunney 2023-10-03 08:19:09 -07:00
parent 5212f78c33
commit a201e694ee
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -11,6 +11,9 @@
#define _LIBCPP_CSTDINT
#include "libc/inttypes.h"
#include "libc/fmt/conv.h"
#include "libc/limits.h"
#include "libc/literal.h"
#include "libc/calls/weirdtypes.h"
#include "third_party/libcxx/__config"