| Index: third_party/liblouis/nacl_wrapper/translation_params.h
|
| diff --git a/third_party/liblouis/nacl_wrapper/translation_params.h b/third_party/liblouis/nacl_wrapper/translation_params.h
|
| index cb1938e597e4e3989d9b603e3781825ec4dcc82a..44bed0a913e346ccbaf1def30431bd48197c3fb7 100644
|
| --- a/third_party/liblouis/nacl_wrapper/translation_params.h
|
| +++ b/third_party/liblouis/nacl_wrapper/translation_params.h
|
| @@ -16,6 +16,7 @@
|
| #define LIBLOUIS_NACL_TRANSLATION_PARAMS_H_
|
|
|
| #include <string>
|
| +#include <vector>
|
|
|
| namespace liblouis_nacl {
|
|
|
| @@ -25,6 +26,7 @@ struct TranslationParams {
|
| std::string table_names;
|
| std::string text;
|
| int cursor_position;
|
| + std::vector<unsigned char> form_type_map;
|
| };
|
|
|
| }
|
|
|