mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
clover: Add missing include to compat header
Fixes build failure with LLVM 4
Fixes: a981e68c26
(clover: Fix build against clang SVN >= r299965)
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
parent
b52721e3b6
commit
d8ffe4d0ce
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@
|
|||
#include <llvm/Support/FormattedStream.h>
|
||||
#endif
|
||||
|
||||
#include <clang/Basic/TargetInfo.h>
|
||||
#include <clang/Frontend/CodeGenOptions.h>
|
||||
#include <clang/Frontend/CompilerInstance.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue