Skip to content

Commit

Permalink
include cstdint for GCC 15
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyongxiang committed Aug 11, 2024
1 parent 1e5ae72 commit 7a02d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libime/table/autophrasedict.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#define _FCITX_LIBIME_TABLE_AUTOPHRASEDICT_H_

#include "libimetable_export.h"
#include <cstdint>
#include <cstddef>
#include <fcitx-utils/macros.h>
#include <functional>
Expand Down

0 comments on commit 7a02d1b

Please sign in to comment.