diff options
Diffstat (limited to 'llvm/lib/TableGen/Main.cpp')
-rw-r--r-- | llvm/lib/TableGen/Main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/TableGen/Main.cpp b/llvm/lib/TableGen/Main.cpp index c932668fded..c757b852a42 100644 --- a/llvm/lib/TableGen/Main.cpp +++ b/llvm/lib/TableGen/Main.cpp @@ -27,6 +27,7 @@ #include <cstdio> #include <system_error> using namespace llvm; +using std::error_code; namespace { cl::opt<std::string> |