Re: [Mesa-dev] [PATCH 1/2] clover: Add missing include v2

2016-07-20 Thread Francisco Jerez
Tom Stellard writes: > There was a patch committed to clang to remove unnecessary includes from > header files, so we now need to explicitly include > clang/Lex/PreprocessorOptions.h > > v2: > - Use <> instead of "" for the include path. > --- > src/gallium/state_trackers/clover/llvm/invocatio

[Mesa-dev] [PATCH 1/2] clover: Add missing include v2

2016-07-20 Thread Tom Stellard
There was a patch committed to clang to remove unnecessary includes from header files, so we now need to explicitly include clang/Lex/PreprocessorOptions.h v2: - Use <> instead of "" for the include path. --- src/gallium/state_trackers/clover/llvm/invocation.cpp | 2 ++ 1 file changed, 2 insert