diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-08-03 11:36:42 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-08-03 11:36:42 +0000 |
commit | ab91cc3a2fa49a8641f33299c1cc47ea29e6649c (patch) | |
tree | a00f77d9dfe53c2723c1b864dc2a136d106d221b | |
parent | 51296593a877d819477b64a0046c443d6c66fba8 (diff) | |
download | bcm5719-llvm-ab91cc3a2fa49a8641f33299c1cc47ea29e6649c.tar.gz bcm5719-llvm-ab91cc3a2fa49a8641f33299c1cc47ea29e6649c.zip |
llvm/Support/CodeGenCWrappers.h: Add missing "llvm/ADT/Optional.h", to fix modules build.
llvm-svn: 309931
-rw-r--r-- | llvm/include/llvm/Support/CodeGenCWrappers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/CodeGenCWrappers.h b/llvm/include/llvm/Support/CodeGenCWrappers.h index eef102fc1fe..97c203ca35c 100644 --- a/llvm/include/llvm/Support/CodeGenCWrappers.h +++ b/llvm/include/llvm/Support/CodeGenCWrappers.h @@ -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" |