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 | 29a47a94bfc09450802484e5cd3f835d39c9f66c (patch) | |
tree | a1d634fc022f58b83c37fe1d648481773b4d1891 /klm/util | |
parent | 4b9e9d87b0ff91a98bfffb11d95f6b30f8e4c1b3 (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__ |