Skip to content

Commit

Permalink
include cstdint for GCC 15 (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyongxiang authored Aug 15, 2024
1 parent 6af78b6 commit cd03fee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/fcitx-utils/inputbuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#ifndef _FCITX_UTILS_INPUTBUFFER_H_
#define _FCITX_UTILS_INPUTBUFFER_H_

#include <cstdint>
#include <cstring>
#include <memory>
#include <string>
Expand Down

0 comments on commit cd03fee

Please sign in to comment.