diff options
Diffstat (limited to 'libc/src/string/string_utils.h')
-rw-r--r-- | libc/src/string/string_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/src/string/string_utils.h b/libc/src/string/string_utils.h index 4f56263..80e5783 100644 --- a/libc/src/string/string_utils.h +++ b/libc/src/string/string_utils.h @@ -15,6 +15,7 @@ #define LLVM_LIBC_SRC_STRING_STRING_UTILS_H #include "hdr/limits_macros.h" +#include "hdr/stdint_proxy.h" // uintptr_t #include "hdr/types/size_t.h" #include "src/__support/CPP/bitset.h" #include "src/__support/CPP/type_traits.h" // cpp::is_same_v |