Before parse the source file to Clang to parse, I would like to tell Clang preprocessor to include some header files. What I want to do is to include headers that can expand forward declaration to full declaration. So can I add include files to preprocessor, similar as how we add defines? Thanks