Skip to content

Commit

Permalink
Add missing include utf8 in standardpath.cpp (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj authored Feb 3, 2025
1 parent 4394baf commit d044c92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/fcitx-utils/standardpath.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

#ifdef _WIN32
#include <io.h>
#include "utf8.h"
#endif

#if __has_include(<paths.h>)
Expand Down

0 comments on commit d044c92

Please sign in to comment.