summaryrefslogtreecommitdiff
path: root/unittests/Support/MemoryTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Support/MemoryTest.cpp')
-rw-r--r--unittests/Support/MemoryTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/Support/MemoryTest.cpp b/unittests/Support/MemoryTest.cpp
index f85f3dc312..70f8b24dc0 100644
--- a/unittests/Support/MemoryTest.cpp
+++ b/unittests/Support/MemoryTest.cpp
@@ -14,6 +14,7 @@
using namespace llvm;
using namespace sys;
+using std::error_code;
namespace {