Skip to content

Commit 931587b

Browse files
authored
Fix compilation for gcc 13.2 (#2561)
1 parent c25834d commit 931587b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/support/encoding.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#ifndef MLC_LLM_SUPPORT_ENCODING_H_
77
#define MLC_LLM_SUPPORT_ENCODING_H_
88

9+
#include <cstdint>
910
#include <string>
1011
#include <unordered_map>
1112
#include <vector>

0 commit comments

Comments
 (0)