Skip to content

Commit

Permalink
fix uint_32_t build error (#728)
Browse files Browse the repository at this point in the history
Fix this:
src/widgets/emojiregistry.cpp:40:10: error: 'uint32_t' is not a member of 'std'
by including proper header.

Co-authored-by: Jiri Slaby <[email protected]>
  • Loading branch information
jirislaby and Jiri Slaby authored Oct 16, 2023
1 parent 526ed0b commit 58efcf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/widgets/emojiregistry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
*
*/

#include <cstdint>

#include "emojiregistry.h"
#include "emojidb.cpp"

Expand Down

0 comments on commit 58efcf4

Please sign in to comment.