diff options
author | David Blaikie <dblaikie@gmail.com> | 2011-09-23 05:57:42 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2011-09-23 05:57:42 +0000 |
commit | 548f6c8e8010b181cb151df92f0a989363cb993e (patch) | |
tree | 307bfc05b28b53c01caacf4b6c04837fbb3aef56 /lib/Driver/OptTable.cpp | |
parent | 9fe8c74a93ac8e92512615c5f83e7a328b3b0544 (diff) |
More missing header inclusions from llvm_unreachable migration.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140369 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/OptTable.cpp')
-rw-r--r-- | lib/Driver/OptTable.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Driver/OptTable.cpp b/lib/Driver/OptTable.cpp index 81e2022c0f..4f5390b6e2 100644 --- a/lib/Driver/OptTable.cpp +++ b/lib/Driver/OptTable.cpp @@ -12,6 +12,7 @@ #include "clang/Driver/ArgList.h" #include "clang/Driver/Option.h" #include "llvm/Support/raw_ostream.h" +#include "llvm/Support/ErrorHandling.h" #include <algorithm> #include <map> using namespace clang::driver; |