00001 // -*- mode: C++ -*- 00002 #ifndef MIX_EXTERN_H_ 00003 #define MIX_EXTERN_H_ 00004 00010 //boostからcomposeを利用する 00011 #include "extern/compose.hpp" 00012 //STLxxを使う 00013 #include "extern/STLxx.h" 00014 00015 #endif