Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit a286e58

Browse files
byjlwJesseJack-Khuu
authored andcommitted
Add cstdint to tokenizer (missing include) (#1339)
* toeknizer was missing an include * fix a nit --------- Co-authored-by: Jesse <[email protected]> Co-authored-by: Jack-Khuu <[email protected]>
1 parent d1d6aa1 commit a286e58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokenizer/base64.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#pragma once
2626

2727
#include <cassert>
28+
#include <cstdint>
2829
#include <string>
2930
#include <string_view>
3031

0 commit comments

Comments
 (0)