summaryrefslogtreecommitdiff
path: root/unittests/Support/LockFileManagerTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Support/LockFileManagerTest.cpp')
-rw-r--r--unittests/Support/LockFileManagerTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/Support/LockFileManagerTest.cpp b/unittests/Support/LockFileManagerTest.cpp
index 93fa10bee0..3d6357c291 100644
--- a/unittests/Support/LockFileManagerTest.cpp
+++ b/unittests/Support/LockFileManagerTest.cpp
@@ -14,6 +14,7 @@
#include <memory>
using namespace llvm;
+using std::error_code;
namespace {