summaryrefslogtreecommitdiff
path: root/include/llvm/PassSupport.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-10-17 03:28:07 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-10-17 03:28:07 +0000
commitca24a695e7727da5df40a819d1144c32c8fb0110 (patch)
treed6274ba1c36bde67a3852385180930eec72ee61f /include/llvm/PassSupport.h
parentf77fc92b03efe455008474894d217282e2a03cad (diff)
downloadllvm-ca24a695e7727da5df40a819d1144c32c8fb0110.tar.gz
llvm-ca24a695e7727da5df40a819d1144c32c8fb0110.tar.bz2
llvm-ca24a695e7727da5df40a819d1144c32c8fb0110.tar.xz
Add required #includes for freestanding .h files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84302 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/PassSupport.h')
-rw-r--r--include/llvm/PassSupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/PassSupport.h b/include/llvm/PassSupport.h
index b5e581a6f4..d7f3097bdc 100644
--- a/include/llvm/PassSupport.h
+++ b/include/llvm/PassSupport.h
@@ -21,7 +21,7 @@
#ifndef LLVM_PASS_SUPPORT_H
#define LLVM_PASS_SUPPORT_H
-// No need to include Pass.h, we are being included by it!
+#include "Pass.h"
namespace llvm {