forked from OSchip/llvm-project
llvm/Support/CodeGenCWrappers.h: Add missing "llvm/ADT/Optional.h", to fix modules build.
llvm-svn: 309931
This commit is contained in:
parent
51296593a8
commit
ab91cc3a2f
|
@ -17,6 +17,7 @@
|
|||
#define LLVM_SUPPORT_CODEGENCWRAPPERS_H
|
||||
|
||||
#include "llvm-c/TargetMachine.h"
|
||||
#include "llvm/ADT/Optional.h"
|
||||
#include "llvm/Support/CodeGen.h"
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue