aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/PassNameParser.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-11-05 13:30:28 +0000
committerDouglas Gregor <dgregor@apple.com>2009-11-05 13:30:28 +0000
commitfbe67f85b2e14bf0b9a4c2b6306ccbcefdb8956b (patch)
treeb43da1ed2813af735a9e21ded70a2cbcd70d971e /include/llvm/Support/PassNameParser.h
parente4bddf1837da3c2096baebcc0f5968c0e213a4d0 (diff)
downloadexternal_llvm-fbe67f85b2e14bf0b9a4c2b6306ccbcefdb8956b.tar.gz
external_llvm-fbe67f85b2e14bf0b9a4c2b6306ccbcefdb8956b.tar.bz2
external_llvm-fbe67f85b2e14bf0b9a4c2b6306ccbcefdb8956b.zip
Make a few headers standalone. Plus, add a missing "template" keyword
that Clang diagnoses but GCC does not. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86130 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/PassNameParser.h')
-rw-r--r--include/llvm/Support/PassNameParser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/PassNameParser.h b/include/llvm/Support/PassNameParser.h
index 66ce3f2e20..ea4fe01f78 100644
--- a/include/llvm/Support/PassNameParser.h
+++ b/include/llvm/Support/PassNameParser.h
@@ -25,6 +25,7 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ErrorHandling.h"
+#include "llvm/Support/raw_ostream.h"
#include "llvm/Pass.h"
#include <algorithm>
#include <cstring>