Skip to content

Commit

Permalink
Fix cloudpinyin include path
Browse files Browse the repository at this point in the history
Fix #179
  • Loading branch information
wengxt committed Jun 1, 2024
1 parent 9af10bc commit d6fc7a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion im/pinyin/pinyincandidate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

#include "pinyincandidate.h"
#include "../modules/cloudpinyin/cloudpinyin_public.h"
#include "../../modules/cloudpinyin/cloudpinyin_public.h"
#include "pinyin.h"
#include <algorithm>
#include <cstddef>
Expand Down
2 changes: 1 addition & 1 deletion im/pinyin/pinyincandidate.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef _PINYIN_PINYINCANDIDATE_H_
#define _PINYIN_PINYINCANDIDATE_H_

#include "../modules/cloudpinyin/cloudpinyin_public.h"
#include "../../modules/cloudpinyin/cloudpinyin_public.h"
#include <array>
#include <cstddef>
#include <cstdint>
Expand Down

0 comments on commit d6fc7a0

Please sign in to comment.