#ifndef _CASE_H_ #define _CASE_H_ #include #include void find_all_case(std::vector *all_case); #endif