1*ab8db090SAndroid Build Coastguard Worker #ifndef MARISA_H_ 2*ab8db090SAndroid Build Coastguard Worker #define MARISA_H_ 3*ab8db090SAndroid Build Coastguard Worker 4*ab8db090SAndroid Build Coastguard Worker // "marisa/stdio.h" includes <cstdio> for I/O using std::FILE. 5*ab8db090SAndroid Build Coastguard Worker #include "marisa/stdio.h" 6*ab8db090SAndroid Build Coastguard Worker 7*ab8db090SAndroid Build Coastguard Worker // "marisa/iostream.h" includes <iosfwd> for I/O using std::iostream. 8*ab8db090SAndroid Build Coastguard Worker #include "marisa/iostream.h" 9*ab8db090SAndroid Build Coastguard Worker 10*ab8db090SAndroid Build Coastguard Worker // You can use <marisa/trie.h> instead of <marisa.h> if you don't need the 11*ab8db090SAndroid Build Coastguard Worker // above I/O interfaces and don't want to include the above I/O headers. 12*ab8db090SAndroid Build Coastguard Worker #include "marisa/trie.h" 13*ab8db090SAndroid Build Coastguard Worker 14*ab8db090SAndroid Build Coastguard Worker #endif // MARISA_H_ 15