I am including this header in only objective c++ file i.e., .mm file. But here the problem is not in importing the abc.h header file in other .mm file.
The problem lies in the abc.h header itself, if I am writing below in abc.h :
#include<set>
#include<vector>
Then on compilation of abc.h header file, it is throwing error that set and vector are not found.