diff options
author | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2012-12-15 02:53:56 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2012-12-15 02:53:56 -0500 |
commit | c7b1dc8eabd50eefb7403ce36d2746f2df39e30e (patch) | |
tree | 4825420ae4cbf5a97bf378f5f3b7b2a5133d66f2 /klm/util | |
parent | f5bc0c9ad71b9cf7d46ad56862a084f168817753 (diff) |
enable kenlm compression
Diffstat (limited to 'klm/util')
-rw-r--r-- | klm/util/have.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/klm/util/have.hh b/klm/util/have.hh index b86ba11e..85b838e4 100644 --- a/klm/util/have.hh +++ b/klm/util/have.hh @@ -11,8 +11,7 @@ #endif #ifdef HAVE_CONFIG_H -// Chris; uncomment this line. -//#include "config.h" +#include "config.h" #endif #endif // UTIL_HAVE__ |