Skip to content

Commit

Permalink
Add cstdint to tokenizer (missing include) (pytorch#1339)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored Nov 13, 2024
1 parent 0f58543 commit fe257fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokenizer/base64.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#pragma once

#include <cassert>
#include <cstdint>
#include <string>
#include <string_view>

Expand Down

0 comments on commit fe257fd

Please sign in to comment.