diff options
Diffstat (limited to 'llvm/lib/MC/MCModuleYAML.cpp')
-rw-r--r-- | llvm/lib/MC/MCModuleYAML.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCModuleYAML.cpp b/llvm/lib/MC/MCModuleYAML.cpp index f81cb149d83..0df6afd9f02 100644 --- a/llvm/lib/MC/MCModuleYAML.cpp +++ b/llvm/lib/MC/MCModuleYAML.cpp @@ -25,6 +25,7 @@ #include <vector> namespace llvm { +using std::error_code; namespace { |