summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-04-24 23:29:25 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-04-24 23:29:25 +0000
commitab1cb0990d9fa22f5f800fea20eb2c5dc8fa5b28 (patch)
treefc71fe629b5bb7a337367f9529429708f2177280 /llvm
parent80429c42ab97b6c7ea34501d1f5138fced245341 (diff)
downloadbcm5719-llvm-ab1cb0990d9fa22f5f800fea20eb2c5dc8fa5b28.tar.gz
bcm5719-llvm-ab1cb0990d9fa22f5f800fea20eb2c5dc8fa5b28.zip
Add missing include, found by modules build.
llvm-svn: 207158
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Option/OptSpecifier.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/Option/OptSpecifier.h b/llvm/include/llvm/Option/OptSpecifier.h
index 02bc6b175ed..b7caa6e85a7 100644
--- a/llvm/include/llvm/Option/OptSpecifier.h
+++ b/llvm/include/llvm/Option/OptSpecifier.h
@@ -10,6 +10,8 @@
#ifndef LLVM_OPTION_OPTSPECIFIER_H
#define LLVM_OPTION_OPTSPECIFIER_H
+#include "llvm/Support/Compiler.h"
+
namespace llvm {
namespace opt {
class Option;
OpenPOWER on IntegriCloud