#ifndef MARISA_H_ #define MARISA_H_ // "marisa/stdio.h" includes for I/O using std::FILE. #include "marisa/stdio.h" // "marisa/iostream.h" includes for I/O using std::iostream. #include "marisa/iostream.h" // You can use instead of if you don't need the // above I/O interfaces and don't want to include the above I/O headers. #include "marisa/trie.h" #endif // MARISA_H_