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

Commit 83e386b

Browse files
author
Jesse
committed
fix a nit
1 parent 375d4e2 commit 83e386b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokenizer/base64.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
#pragma once
2626

2727
#include <cassert>
28+
#include <cstdint>
2829
#include <string>
2930
#include <string_view>
30-
#include <cstdint>
3131

3232
namespace base64 {
3333

0 commit comments

Comments
 (0)