Skip to content

Commit

Permalink
include cstdint for GCC 15 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyongxiang authored Aug 15, 2024
1 parent 1e5ae72 commit c2124c9
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 @@ -8,6 +8,7 @@

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

0 comments on commit c2124c9

Please sign in to comment.