Skip to content

Commit a286e58

Browse files
byjlwJesseJack-Khuu
authored and
vmpuri
committed
Add cstdint to tokenizer (missing include) (#1339)
* toeknizer was missing an include * fix a nit --------- Co-authored-by: Jesse <jesse@byjlw.com> Co-authored-by: Jack-Khuu <jack.khuu.7@gmail.com>
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)