diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-11-27 14:33:36 +0000 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-11-27 14:33:36 +0000 |
commit | a6e6a369f40d8fb6a191fd7f74fc5efa8bfae2a0 (patch) | |
tree | ab2ea6c2b00adb438929cf34dc334c11f2bc6396 /extractor/phrase_location.cc | |
parent | 8f65daa5bdaddaac24cea4df70049757536d6080 (diff) |
Unify sampling backoff strategy.
Diffstat (limited to 'extractor/phrase_location.cc')
-rw-r--r-- | extractor/phrase_location.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extractor/phrase_location.cc b/extractor/phrase_location.cc index 13140cac..2c367893 100644 --- a/extractor/phrase_location.cc +++ b/extractor/phrase_location.cc @@ -1,5 +1,7 @@ #include "phrase_location.h" +#include <iostream> + namespace extractor { PhraseLocation::PhraseLocation(int sa_low, int sa_high) : |