am 259ee830: Fix: Missing include.

* commit '259ee830f54e1b7402921a7dd8e0c1b74860952d':
  Fix: Missing include.
main
Keisuke Kuroyanagi 2014-09-03 09:18:22 +00:00 committed by Android Git Automerger
commit bbcd4e31dd
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <vector>
#include "defines.h"
#include "suggest/core/dictionary/binary_dictionary_bigrams_iterator.h"
#include "suggest/core/policy/dictionary_structure_with_buffer_policy.h"
#include "suggest/policyimpl/dictionary/header/header_policy.h"
#include "suggest/policyimpl/dictionary/structure/pt_common/dynamic_pt_updating_helper.h"