branch: externals/pyim
commit 3692134d6f07c3553cd0e1d4d2b582329f0ab150
Merge: ca463aa652 f32814e15e
Author: Chen Bin <chenbin...@gmail.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #437 from redguardtoo/master
    
    fixed compiling error in pyim-dregcache.el
---
 pyim-dregcache.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyim-dregcache.el b/pyim-dregcache.el
index c7142c84c9..14c90b16d5 100644
--- a/pyim-dregcache.el
+++ b/pyim-dregcache.el
@@ -37,6 +37,7 @@
 (require 'pyim-common)
 (require 'pyim-dict)
 (require 'subr-x)
+(require 'pyim-dcache)
 
 (defvar pyim-dregcache-partition-minimum-size 32
   "小于这个数值(单位为M)的词典不需要用分区算法加速.可节约一半的内存.")

Reply via email to