Skip to content

Commit cd03fee

Browse files
include cstdint for GCC 15 (#1119)
1 parent 6af78b6 commit cd03fee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/fcitx-utils/inputbuffer.h

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

10+
#include <cstdint>
1011
#include <cstring>
1112
#include <memory>
1213
#include <string>

0 commit comments

Comments
 (0)