summaryrefslogtreecommitdiff
path: root/tools/llvm-size
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-size')
-rw-r--r--tools/llvm-size/llvm-size.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-size/llvm-size.cpp b/tools/llvm-size/llvm-size.cpp
index ff3b88e316..f0ec7fa6af 100644
--- a/tools/llvm-size/llvm-size.cpp
+++ b/tools/llvm-size/llvm-size.cpp
@@ -30,6 +30,7 @@
#include <system_error>
using namespace llvm;
using namespace object;
+using std::error_code;
enum OutputFormatTy {berkeley, sysv};
static cl::opt<OutputFormatTy>