summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-08-03 11:36:42 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-08-03 11:36:42 +0000
commitab91cc3a2fa49a8641f33299c1cc47ea29e6649c (patch)
treea00f77d9dfe53c2723c1b864dc2a136d106d221b
parent51296593a877d819477b64a0046c443d6c66fba8 (diff)
downloadbcm5719-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.h1
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"
OpenPOWER on IntegriCloud