// #include <string> <--- 자동으로 추가

int main(){

string name;

.

.

.

}


만약에 내가 string객체를 사용하면 자동적으로 #include <string> 추가하는 기능 있을까...??